/*
 Theme Name:   Starter Child Theme
 Theme URI:    https://martinswrites.com
 Description:  A 16 child theme 
 Author:       Martins Toritseju
 Author URI:   https://martinswrites.com
 Template:     starter
 Version:      1.0.0
*/

body {
/*  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-style: normal;
  font-size: 17px;
}

.taxonomy-description {
	padding: 10px;
	margin: 5px 3%;
	border: 2px solid #ddd;
	font-style: oblique;
	
}
.entry-footer .share-icons a {
color: #fff;
}
.entry-footer .entry-comment-count a{
	color: #000 !important;
}
/*.author-home img {
max-width: 365px;
    line-height: 1.8;
    box-sizing: inherit;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -25px;
    bottom: 0;}*/

/** SideBar Reset **/
.sidebar-area .widget {
	border: 1px solid #ddd;
	padding: 10px 2.5% 5px;
}
.sidebar .widget .widget-title {
	border-bottom: 0px !important;
}

/* homepage intro */
/* * {
  box-sizing: border-box;
}
.intro {width:100%; background: transparent; margin:0;
}
.intro .title {font-size: 22px; text-align:center; 
}
.intro .intro-xx {display:block; width:100%}
/* Create two unequal columns that floats next to each other */
/*.intro .kolumn {
text-align: justify;
  padding: 10px 5%;
display: table-cell;
}
.intro .left {
  width: 50%;
float: left;
}
.intro .right {
  width: 50%;
float: right;
}*/

/* Clear floats after the columns */
/*.intro:after {
  content: "";
  display: table;
  clear: both;
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 600px) {
.intro  .kolumn {
width: 100%} 	
}*/

/* Author bio */
.author_bio_section{
background: none repeat scroll 0 0 #F5F5F5;
padding: 15px;
border: 1px solid #ccc;

}

.author_name{
font-size:16px;
font-weight: bold;
}

.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}


/* BACK TO TOP */
#totop{position:fixed;right:10px;bottom:10px;cursor:pointer;width:40px;height:40px;background-color:#B20000;text-indent:-9999px;display:none;}
#totop span{position:absolute;top:50%;left:50%;margin-left:-8px;margin-top:-12px;height:0;width:0;border:8px solid transparent;border-bottom-color:#fff}
#totop:hover{-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px}   


/*** Comments ***/
h2.comments-title{/*font-size: 22px; text-transform: uppercase;font-weight: 700 !important; margin: 5px auto 10px !important; border-bottom: 1px solid #dfdfdf;*/ display: none !important;}
.comment-list{margin: 10px 0 0; padding: 0;}
.comment-author {padding: 8px auto;}
.comment-list li .avatar{background:#fff; float:left; margin:0 8px 0 0px; border-radius: 50%; -moz-border-radius: 50%;}
.comment-content{padding: 10px 20px 45px; margin: 25px 0 0; font-size: 15px; border: 1px solid #dfdfdf; border-radius: 3px; line-height: 1.5em !important;}
.comment-list li .fn, .comment-list li .cfn {font-family: "Proxima Nova" , 'proxima-nova', Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 17px; display: inline-block; margin: 10px 0 5px;}
.comment-metadata {display: block !important; margin-left: 65px;}
.comment-list li .reply{position: absolute; margin: -45px 0 0 10px; padding: 5px 10px;}
.comment-list li .says{display: none;}
.comment-list li ul li{margin-left:20px; margin-top: 10px;}
.comment-list li ul li #respond{margin-left: -20px !important;  margin-top: 10px;}
.comment-list li ul li li #respond{margin-left: -60px !important;}
*#author, #email, #url{width: 100% !important;}