/*===================
Blog Main
=====================*/

.single-post-content .entry-content > *, 
.single-post-content .entry-content> *, 
.single-post-content .entry-content > .wp-block-group > .wp-block-group__inner-container > *, 
.single-post-content .entry-content> .wp-block-group > .wp-block-group__inner-container > * {
  margin: 20px 0;
}

.single-post-content ul{
  list-style-type: disc;
  padding-left: 20px;
}

.single-post-content ol{
  list-style-type: decimal;
  padding-left: 20px;
}

.main-content-area{
  padding: 60px 0px 120px;
}


.post-meta {
  margin-bottom: 10px;
}

.post-meta span{
  display: inline-block;
  margin-right: 20px;

}
.post-meta span {
  color: #647589;
  margin-right: 15px;
  text-transform: capitalize;
}

.post-meta span i {
  margin-right: 8px;
}
.post-title{
  font-size: 36px;
  line-height: 1.3;
}

.post-title:hover{
  color: var(--theme-primary-color);
}

.blog-item,.blog-list  {
  transition: all .4s ease;
  border:1px solid #EAF1FF;
  padding: 25px 30px 40px 30px;
  border-radius: 15px;
  background: #fff;
}



/*  Blog card Style */

.blog-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .14s ease-out;
  padding: 0px;
  border: 1px solid #444;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.blog-card:hover {
  box-shadow: 0.25rem 0.25rem #000;
}
.blog-card .blog-content{
  padding: 20px;
}

.blog-card .blog-footer{
  padding: 15px 20px;
  border-top: 1px solid #444;
}

.blog-item  .post-title ,
.blog-card   .post-title {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4;
}


.blog-item .post-thumb img {
  width: 100%;
  transition: all .4s ease;
  max-width: 100%;
  height: 236px;
  margin-bottom: 20px;
  border-radius: 15px;
  object-fit: cover;
}

.blog-item .blog-content p{
  margin-bottom: 25px;
}

.blog-item:hover {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  border-color: transparent;
  background: #fff;
}

.post{
  clear: both;
}

.blog.main-content-area .page .page-links{
  margin: 15px 0px;
}

/*============
Post Navigation
=================*/
.post-navigation {
  margin-top: 80px;
}

.post-navigation ul .page-num {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  font-size: 18px;
  margin-right: 10px;
  background: #eee;
  cursor: pointer;
}

.post-navigation ul .page-num a {
  color: #222;
}

.post-navigation ul .page-num.active {
  background: #d90429;
  color: #fff;
}

.post-navigation ul .page-num.active a {
  color: #fff !important;
}

.post-navigation ul .page-num:hover {
  background: #d90429;
}

.post-navigation ul .page-num:hover a {
  color: #fff !important;
}


/*-----------------
Right Sidebar
-----------------*/

.sidebar{
  padding-left: 15px;
}

.sidebar .widget {
  margin-bottom: 40px;
  transition: 0.4s;
  background: #F2F3F3;
  padding: 30px;
}



.sidebar .widget.widget_search input {
  height: 57px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #ddd;
	background: #fff;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.widget_blogbitlatestposts_widget h2 ,
.widget_theme_social_icons h2,
.widget_block h2{
	font-size: 18px;
	line-height: 24px;
  margin: 0 auto 30px;
  color: #000;
  font-weight: 600;
  font-family: var(--theme-primary-font);
  padding-bottom: 5px;
  border-bottom: 3px solid var(--theme-primary-color);
  display: inline-block;
}

.sidebar .widget a {
  color: #000;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  text-decoration: none;
  outline: 0;
  margin-bottom: 0px;
  font-family: var(--theme-secondary-font);
  font-weight: 400;
}
.sidebar .widget a:hover {
  color: var(--theme-primary-color);
}

/*   untested data */
.sidebar .widget ul, .sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.sidebar .widget ul.sub-menu, .sidebar .widget ul.children {
  padding: 10px 0px 0 20px;
}
.sidebar .widget ul.sub-menu li:last-child, .sidebar .widget ul.children li:last-child {
  padding-bottom: 0px;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.sidebar .widget ul li:last-child {
  border-bottom: transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar .widget.widget_tag_cloud a {
  font-size: 13px;
  background: #f5f5f5;
  padding: 6px 16px;
  text-transform: uppercase;
  color: #333;
  margin: 0px 5px 10px 0px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: 400;
}
.sidebar .widget.widget_tag_cloud a:hover {
  background: #385777;
  color: #fff;
}

.sidebar .widget.widget_search .search-form {
  position: relative;
}
.sidebar .widget.widget_search .search-form [type=submit] {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 12px 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.sidebar .widget.widget_search .search-form [type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}
.sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  text-align: right;
  color: #647589;
}
.sidebar .widget.widget_categories ul li a {
  display: block;
  color: #222;
  float: left;
  position: relative;
  font-weight: 600;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #385777;
}
.sidebar .widget .calendar_wrap table th {
  background: #eee;
}
.sidebar .widget .calendar_wrap tbody > tr > td {
  padding: 6px 8px;
}
.sidebar .widget .calendar_wrap table th, .sidebar .widget .calendar_wrap table td {
  text-align: center;
}
.sidebar .widget .calendar_wrap table > tbody > tr > td {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.sidebar .widget.widget_rss li {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sidebar .widget.widget_rss li a {
  font-weight: 700;
}
.sidebar .widget.widget_rss li:last-child {
  border: 0px;
}
.sidebar .widget.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.sidebar .widget.widget_rss .rssSummary {
  margin: 10px 0px;
}
.sidebar .widget .textwidget img {
  height: auto;
  margin: 20px 0px;
}
.sidebar .widget .wp-caption-text {
  font-style: italic;
}
.sidebar .widget .comment-author-link {
  font-weight: 700;
}

/*  Social ICon widget */

.sidebar .widget .social-links li{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar .widget .social-links a{
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 7px;
  transition: all .4s ease;
  background: #000;
  color: #fff;
}
.sidebar .widget .social-links a:hover{
  background: var(--theme-primary-color);
  color: #fff;
}

/*  About widget =============== */


.widget_blogbitabout_widget .widget-title{
  margin-bottom: 20px;
  font-size: 26px;
}
.widget_blogbitabout_widget .widget-title:before{
  margin: auto;
  right: 0px;
}
.widget_blogbitabout_widget{
  text-align: center;
}

.widget_blogbitabout_widget .blogbit-author-img{
  margin-bottom: 20px;
}

.widget_blogbitabout_widget .blogbit-author-img img {
	position: relative;
	width: 150px;
	height: 150px;
	object-fit: cover;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.widget_blogbitabout_widget  p{
  margin-bottom: 20px;
}

/*=====================
 CommentS Area
==========================*/
.comments {
  margin: 90px 0px;
}

.comments .commment-title {
  margin-bottom: 60px;
}

.comments .media {
  margin-bottom: 25px;
}

.comments .media img {
  border-radius: 100%;
}

.comments .media .media-body {
  padding-left: 20px;
}

.comments .media .media-body .media {
  margin-top: 35px;
}

.comments .media .media-body h5 span {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  color: #d90429;
  border-left: 1px solid #eee;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  float: right;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}

.comments .media .reply-link i {
  margin-right: 5px;
}

.comments .media .reply-link:hover {
  color: var(--theme-primary-color);
}


.comment-reply-title{
  margin-bottom: 20px;
}

/*=====================
 Comment Forms
==========================*/
.comments-form {
  background: #F0F6FF;
  padding: 30px;
  border-radius: 15px;
}

.comments-form h3 {
  margin-bottom: 10px;
}

.comments-form .comment_form {
  margin-top: 30px;
}

.comments-form .comment_form .form-group {
  margin-bottom: 20px;
}

.comments-form .comment_form .form-control {
  height: 60px;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #eee;
}

.comments-form .comment_form .form-control:focus {
  border-color: #d90429;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
  border-radius: 5px;
}

.comments-form .comment_form .btn {
  padding: 14px 30px 14px 30px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

/*=====================
 POst Navigation
==========================*/
.blog-navigation {
  margin: 60px 0px;
  padding: 30px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.blog-navigation a:hover {
  color: #d90429;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  letter-spacing: 1px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

/*=====================
 POst Sidbear
==========================*/
.blog-sidebar .widget {
  padding: 30px;
  background-color: white;
  border: 1px solid #eef2fb;
  margin-bottom: 40px;
  transition: .4s;
  border-radius: 10px;
}

.blog-sidebar .widget:hover {
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top-color: var(--theme-primary-color);
}

.blog-sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.blog-sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 40px;
  height: 2px;
  background: #d90429;
}

.blog-sidebar .widget ul li i {
  margin-right: 10px;
}

.blog-sidebar .widget ul, .blog-sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
  display: block;
  color: #647589;
  font-size: 13px;
  background: #f5f5f5;
  padding: 3px 16px;
  text-transform: capitalize;
  color: #333;
  margin: 0px 5px 10px 0px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.blog-sidebar .widget.widget_tag_cloud a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  color: #fff;
  background: #d90429;
}

.blog-sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar .widget.widget_categories ul li a {
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
  color: #d90429;
}

.blog-sidebar .widget.widget-search input {
  height: 50px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #eee;
}

.blog-sidebar .widget.widget-search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget-search .search-form label {
  display: block;
}

.blog-sidebar .widget.widget-search .search-form label input {
  border: 1px solid #eee;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget-search .search-form [type=submit] {
  color: #fff;
  background: #d90429;
  border: 1px solid #d90429;
  padding: 9px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.blog-sidebar .widget.widget-search .search-form [type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

/*==============
Recent post widget
====================*/
.widget.widget_blogbitlatestposts_widget .recent-posts li {
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 15px 0px;
}

.widget.widget_blogbitlatestposts_widget .recent-posts li:last-child {
  margin-bottom: 0px;
  border: 0px;
  padding-bottom: 0px;
}

.widget-post-thumb {
  width: 80px;
  border-radius: 5px;
  margin-right: 20px;
  overflow: hidden;
  float: left;
}

.widget-post-thumb  img{
  border-radius:100%;
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
}

.widget-post-body {
  overflow: hidden;
}

.widget-post-body h6 {
  font-size: 18px;
  margin-bottom: 5px!important;
  text-transform: capitalize;
  font-size: 20px;
}

.sidebar .widget .widget-post-body h6 a{
  font-weight: 600;
  font-size: 18px;
}
.widget-post-body span {
  text-transform: capitalize;
  font-size: 14px;
}

.post-single .post-thumb {
  margin-bottom: 15px;
}

.post-single .post-thumb img{
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}



/*  POst Single Page Author */

.post__author{
  margin-top: 60px;
  background: #f1f8ff;
  border-radius: 10px;
  padding: 40px 30px;
}

.post__author-thumb{
  margin-right: 20px;
}

.post__author-title{
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

.post__author-social{
  gap: 20px;
}


/** === Widgets === */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
  font-size: 14px;
  margin-top: 10px;
}


.post-navigation-area a:focus{
  text-decoration: underline;
}


/*  Next Prev links */

.post-navigation-area{
  margin-top: 50px;
}
.nextprev-post-wrapper {
  border: solid 1px #ebebeb;
  border-radius: 10px;
  padding: 30px;
}

.nextprev-post-wrapper.next-post {
  text-align: right;
}

.nextprev-post-wrapper   span {
  display: block;
  margin-bottom: 5px;
}

.nextprev-post-wrapper  h5 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}
.nextprev-post-wrapper  h5:hover{
  color: inherit;
}

/*  Related POSts */

.related-post-block h5{
  font-size: 22px;
  margin-bottom: 10px;
}

.related-post-block .post-thumbnail{
  margin-bottom:10px;
  border-radius: 10px;
  overflow: hidden;
}