
/* ------- Single Page Post ------------- */
#post-top .post_title {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#post-top .post_title h1 {
  display: inline;
  font-family: oswald;
  font-size: 25px;
  line-height: 1.2em;
}
.page #post-top{
	margin-bottom:20px;
}
/*-------Sharing box----------*/
#box_container{
	position:relative;
}
.sharing_box {
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
  bottom: 0;
  padding: 8px 10px 5px;
}
.sharing_box li {
  margin-right: 10px;
}
/*-------Related Posts widget------------*/
#related_posts {
  margin: 30px 0 0;
}
/*-------Ratings------------*/
.single .ratings {
  display: block;
  margin: 0px 0 15px;
  width: 100%;
  text-align:center;
}
/*-------Pagination------------*/
.nextprev {
  display: inline-block;
  margin: 15px 0 10px;
  width: 100%;
}
.nextprev .prev {
  padding-left: 45px;
}
.nextprev .next {
  padding-right: 45px;
  text-align: right;
}
.nextprev .prev, .nextprev .next {
    position: relative;
    width: 40%;
}
.nextprev .next small, .nextprev .prev small {
  font-size: 60px;
  opacity: 0.2;
  position: absolute;
}
.nextprev a {
  display: inline-block;
}
.nextprev .next a:hover small, .nextprev .prev a:hover small{
	opacity:1;
}
.nextprev .prev small {
  left: 0;
  top: 5px;
}
.nextprev .next small {
  right: 0;
  top: 5px;
}
/*-----------Post tags--------*/
span.post_tags {
  display: block;
  text-align: center;
  width: 100%;
}
span.post_tags a {
  background-color: #EEEEEE;
  border-radius: 30px;
  margin-left: 5px;
  padding: 2px 6px;
  position: relative;
  top: 1px;
}
/*-----------Author Bio--------*/
.single-post .hentry #author_box {
  background:#F9F9F9;
  margin-top: 30px;
  padding: 15px;
}
.single-post .hentry #author_box .top {
  border-bottom: 1px solid #e8e8e8;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  width: 100%;
}
.single-post .hentry #author_box h4.heading {
  font-weight: bold;
  text-transform: uppercase;
}
.single-post .hentry #author_box .meta a {
  font-size: 11px;
  line-height: 17px;
  text-transform: capitalize;
}
.single-post .hentry #author_box .meta span.icon {
  margin-left: 3px;
}
.single-post .hentry #author_box .meta span.icon a {
  background: url("../images/social_icons.png") no-repeat;
  display: inline-block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.single-post .hentry #author_box .meta .twitter a {
  background-position: 0 -224px !important;
}
.single-post .hentry #author_box .meta .facebook a {
  background-position: 0 -240px !important;
}
.single-post .hentry #author_box .meta .google_plus a {
  background-position: 0 -329px !important;
}
.single-post .hentry #author_box .meta .author_url a {
  background-position: 0 -256px !important;
}
.single-post .hentry #author_box .image {
  margin-right: 20px;
  width:70px;
}
.single-post .hentry #author_box .details {
  width: 84%;
}
.single-post .hentry #author_box .details h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.single-post .hentry #author_box .details h4 span {
  font-family:"Droid serif",Times New Roman,Times,serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  font-style:italic;
}
.single-post .hentry #author_box .details p{
	margin-bottom:10px;
}
/* -------- Comments ---------------------*/
#comments{
	margin-top:20px;
	background-color:#fff;
	padding:20px;
  box-shadow:0 3px 0 rgba(0, 0, 0, 0.2);
}
#comments h3.pingheader {
    margin: 80px 0 0;
}
#comments h3#reply-title {
    color: #AAAAAA;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
#comments .comment-vcard {
    float: left;
    height: 60px;
    width: 60px;
}
span.author-tag {
    background: #EEEEEE;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
#comments ol {
    margin: 0;
}
#comments ol.pinglist li {
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#comments ol.pinglist li a {
    font-weight: normal;
}
#comments ol, #comments ul {
    float: left;
}
#comments ol ul {
    border-left: 1px solid #E6E6E6;
    float: left;
    margin: 15px 0 0 30px;
    padding: 15px 0 0 50px;
    width: 520px;
}
#comments ol ul ul {
    margin: 15px 0 0 30px;
    width: 440px;
}
#comments ol ul ul ul {
  width: 360px;
}
#comments ol ul ul ul ul {
    width: 260px;
}
#comments ol ul ul ul ul ul {
    width: 180px;
}
#comments ol .line {
    display: none;
}
#comments ol ul .line {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    height: 50px;
    margin: -15px 0 0 -50px;
    position: absolute;
    width: 30px;
}
#comments ol ul li {
    border: medium none;
    padding: 14px 0;
}
#comments ol ul .comment_detail {
    float: left;
    margin: 0 0 0 20px;
    width: 440px;
}
#comments ol ul ul .comment_detail {
    width: 360px;
}
#comments ol ul ul ul .comment_detail {
  width: 280px;
}
#comments ol ul ul ul ul .comment_detail {
    width: 190px;
}
#comments ol li {
    border-top: 1px solid #EEEEEE;
    float: left;
    padding: 27px 0;
}
#comments ol li:first-child {
    border-top: medium none;
}
#comments .comment_detail {
    float: left;
    margin: 0 0 0 20px;
    width: 520px;
}
#comments .comment-header {
  margin-bottom: 7px;
}
#comments .comment_detail .date, #comments .comment_detail em {
  font-family: "Droid serif",Times New Roman,Times,serif;
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
  opacity: 0.6;
}
#comments span.reply a {
    background: url("../images/social_icons.png") no-repeat scroll 0 -308px transparent;
    display: inline-block;
    float: right;
    height: 18px;
    margin-top: -5px;
    text-indent: -9999px;
    width: 20px;
}
#comments .comment_detail .author {
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}

/*-----------RESPOND FORM-------------*/
#respond {
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow:0 3px 0 rgba(0, 0, 0, 0.2);
  margin-top:20px;
}
#respond form {
  margin: 20px 0 0;
  width: 100%;
}
#respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F3F3F3;
	float: left;
	height: 220px;
	padding: 10px;
	width: 100%;
}
#respond label {
  color: #4D4A49;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
#respond p.comment-form-author, #respond p.comment-form-email {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 46%;
}
#respond p.comment-form-author input, #respond p.comment-form-email input {
  background: #F3F3F3;
  display: block;
  margin: 0 10px 0 0;
  padding: 8px 0;
  position: relative;
  text-indent: 8px;
  width: 100%;
}
#respond .form-submit input{
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCFCFC', endColorstr='#F6F6F6');/*For IE7-8-9*/ 
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFC), to(#F6F6F6));
	background: -moz-linear-gradient(#FCFCFC, #F6F6F6);
	background: -o-linear-gradient(#FCFCFC, #F6F6F6);
	background: -ms-linear-gradient(#FCFCFC, #F6F6F6);
	background: linear-gradient(#FCFCFC, #F6F6F6);
	border: 1px solid #CCCCCC !important;

	-webkit-box-shadow: 0 1px 2px #DDDDDD;
	box-shadow: 0 1px 2px #DDDDDD;
	color: #444444;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 8px 12px;
}
#respond .form-submit input:active {
    box-shadow: 0 0 0 #7BC2FC inset,0 0 2px 0 #d8d8d8;
    -moz-box-shadow: 0 0 0 #7BC2FC inset,0 0 2px 0 #d8d8d8;
    -o-box-shadow: 0 0 0 #7BC2FC inset,0 0 2px 0 #d8d8d8;
    -webkit-box-shadow: 0 0 0 #7BC2FC inset,0 0 2px 0 #d8d8d8;
}
#respond .form-submit input:hover {
    background:-moz-linear-gradient(#F6F6F6,#FCFCFC);
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#FCFCFC));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F6F6F6', endColorstr='#FCFCFC')";
}
#respond .form-submit, #respond .comment-form-comment {
  display: inline-block;
  width: 100%;
}
#respond .required{
    color: #FF0000;
	margin-left:2px;
}

/*-----------Social sharing ------------*/
.single .row{
	overflow:visible;
}
.social-buttons {
  border-top: 1px solid #E4E4E4;
  display: block;
  margin-bottom: 10px;
  padding: 20px 0 7px;
  text-align: center;
}
.social-buttons > li {
  float: left;
  margin-left: 20px;
}
.social-buttons > li:last-child {
    margin-left: 0;
}
.social-buttons > li.custom a {
    font-weight: bold;
    line-height: 6px;
    margin-left: 4px;
    padding-left: 9px;
    width: 16px;
}
.social-buttons > li.icons a {
    background: url("../images/sharing.png") no-repeat;
    display: inline-block;
}
.social-buttons > li.print_post a {
    background-position: 0 -38px;
    height: 22px;
    line-height: 24px;
    padding: 0 0 0 21px;
}
.social-buttons > li.email a {
    background-position: 0 -22px;
    line-height: 13px;
    padding-left: 21px;
    position: relative;
}
/*---------Sitemap--------*/
.sitemap .entry-content ul {
    border-left: 1px solid #DDDDDD;
    list-style: none outside none;
    margin-left: 20px;
}
.sitemap .entry-content ul li {
    background-image: url("../images/line.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 30px;
    text-transform: capitalize;
}
.sitemap .entry-content ul li a {
    font-weight: normal;
}
.sitemap .entry-content ul li a:hover {
    color: #333333;
}