/*
Theme Name: Digitally Connects
Theme URI: https://digitallyconnects.com/
Author: Digitally Connects
Author URI: https://digitallyconnects.com/
Description: Digitally Connects
Version: 1.0
*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 50px 0px 0px;
    padding: 0;
}
.prev.page-numbers, .next.page-numbers {
	color: #70BF4D;
	font-weight: bold;
}
.page-numbers.current {
	display: inline-block !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	background-color: #FF3131 !important;
	color: #fff;
	border-radius: 100% !important;
	margin: 0 3px !important;
	width: auto !important;
	line-height: 34px !important;
	border: 0px !important;
	min-width: 34px;
	text-align: center;
}
.pagination a.page-numbers {
	color: #000;
	font-weight: bold;
	margin: 0px 5px;
}

.blog-list {
    margin: 70px 0px 60px 0px;
}
.blog-list .blog-details {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.blog-list .blog-details img {
    border-radius: 10px;
    max-width: 100%;
}
.blog-list .blog-details .blog-title {
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    margin: 20px 0px 10px 0px;
    line-height: 25px;
}
.blog-list .blog-details .blog-date {
    font-weight: bold;
    font-size: 14px;
    color: #c82f5b;
    margin: 10px 0px;
    line-height: 15px;
}
.blog-list .widget-details {
  margin-bottom: 25px;
}
.blog-list .widget-details h2 {
  margin-bottom: 15px;
  border-bottom: 2px solid #1a1a1a;
}
.blog-list .widget-details h2 span {
  line-height: 20px;
  display: inline-block;
  padding: 10px 20px 10px;
  background-color: #1a1a1a;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}

.sidebar-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-category-list li {
    padding: 5px 0px;
}
.sidebar-category-list li:last-child {
    border-bottom: none;
}
.sidebar-category-list a {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
.sidebar-category-list a:hover {
    color: #0a73ff;
}
.sidebar-category-list .cat-name {
    font-weight: 500;
}
.sidebar-category-list .cat-count {
    color: #777;
    font-weight: 500;
}

.sidebar-blog-list {
    
}
.sidebar-blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-blog-list li {
    padding: 5px 0px;
}
.sidebar-blog-list .blog-title {
    font-weight: 500;
}
.sidebar-blog-list .blog-date {
    color: #777;
    font-weight: 500;
}
.sidebar-blog-list a {
    color: #333;
    font-size: 15px;
}