/* 
Theme Name: Roster11 Blog
Taxt Domain: Roster11
Version: 1.1
Description: Blog theme for Roster11
Tags: Fantcy-sports, Opinion Trading
Author: Togwe Private Limited
Author URI: https://togwe.com/
*/


/* Comments */
.comments header h3 {
	margin:50px 0 30px 0;
}

.user-comment.bypostauthor .user-comment-inner:after {
	content:'';
	position:absolute;	
	display:block;
	z-index:1;
	top:-20px;
	right:-20px;
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-color:#000;
	transform:rotate(225deg);
}

.user-comment-inner {
	position:relative;
	border:1px solid #f0f0f0;
	border-radius:3px;
	padding:30px;
	margin-bottom:20px;
	overflow:hidden;
}

.comments .row .col-12 > .user-comment:last-child > .user-comment-inner {
	margin-bottom:0;
}

.user-comment .image {
	float:left;
	width:80px;
	margin-right:20px;
	margin-top:5px;
}

.user-comment .details {
	margin-left:100px;
}

.user-comment .details .info {
	position:relative;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

.user-comment .details .info .author {
	clear:both;
	display:block;
	font-size:20px;
	font-weight:600;
	color:#111;
	margin-bottom:5px;
}

.user-comment .details .info .date {
	clear:both;
	display:block;
	color:#999;
	font-size:14px;
	font-weight:600;
}

.user-comment .details .info .date > span {
	font-weight:400;
}

.user-comment .details .reply {
	clear:both;
}

.user-comment .details .reply a {
	font-size:14px;
	font-weight:600;
}

.user-comment .details .reply a:hover {
	color:#444;
}

.user-comment .user-comment {
	margin-left:5%;
}

/* Comment form */
.comment-form {
	margin-top:30px;
	padding:30px;
	background:#f8f5f2;
	border-radius:3px;
}

/*************************
    - 20. Pagination -
*************************/
.pagination li {
	margin-right:10px;
}

.pagination li a {
	display:block;
	width:35px;
	height:35px;
	border-radius:6px;
	background-color:#f3f3f3;
	color:#111;
	text-align:center;
	line-height:35px;
	font-size:14px;
	overflow:hidden;
	transition:all .3s;
}

.pagination li a:hover,
.pagination li a.active {
	color:#fff;
	box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Prev */
.pagination li:first-child a {
	width:auto;
	height:auto;
}

.pagination li:first-child a > i {
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
}

.pagination li:first-child a .text {
	padding:0px 20px;
	color:#fff;
}

/* Next */
.pagination li:last-child {
	margin-right:0;
}

.pagination li:last-child a {
	width:auto;
	height:auto;
}

.pagination li:last-child a > i {
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
}

.pagination li:last-child a .text {
	padding:0px 20px;
	color:#fff;
}