/*
Theme Name: halptem
Theme URI: https://www.connectnigeria.com
Author: connectnigeria
Author URI: https://www.connectnigeria.com
Description: connectnigeria wp theme
Version: 1.0.0
*/

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ad-wrapper{
	position:relative;
	width:100%;
}
.ad-wrapper img{
	max-width: 100%;
	max-height: 100%;
}
.comment header{
	min-height: initial;
    position: relative;
    display: inline-block;
    padding: 0px;
}
.comment header img{
	max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
}
.comment .comment-details{
	display: inline-block;
    width: 100%!important;
}
.commentlist{
	padding:0px;
	margin:0px;
}
.commentlist,.commentlist li{
	list-style:none;
}
.comment-respond input,.comment-respond textarea{
	border:1px solid #ccc!important;
	width:100%!important;
}
.article-body a{ 
  color: #93d50a;
  text-decoration: underline;
}
ul,ol{
	padding-left:0px;
}
ol li::marker {
  font-size: 1.5em;
}
