/*===================
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 span {
  color: #647589;
  text-transform: capitalize;
  display: inline-block;
}

.post-meta span i {
  margin-right: 5px;
}
.post-title{
  font-size: 36px;
  line-height: 1.3;
  word-break: break-word;
}

.post-title:hover{
  color: var(--theme-primary-color);
}


/*  Blog item */
.blog-item,.blog-list  {
  transition: all .4s ease;
  background: #fff;
  margin-bottom: 50px;
}


.blog-item  .post-title {
  font-size:28px;
  line-height: 1.2;
  margin-bottom: 10px;
}


.blog-item .post-thumb img {
  width: 100%;
  transition: all .4s ease;
  max-width: 100%;
  height:300px;
  /* margin-bottom: 20px; */
  object-fit: cover;
  border-radius: 20px;
}


.blog-item .blog-content p{
  margin-bottom: 25px;
  width: 90%;
  color: #6B6B6B;
  text-transform: none;
}

.blog-item .blog-content .post-meta{
  margin-bottom: 15px;
}
.blog-item .blog-content .post-meta span{
  position: relative;
  margin-right: 10px;
}


.blog-item .blog-content .post-meta span.post-cat{
  color: var(--theme-primary-color);
  margin-right: 0px;
}

.blog-item .blog-content .post-meta span.post-author{
  text-transform: none;
}


.blog-btn{
    border-radius:8px;
    padding: 12px 20px;
    background: var(--theme-primary-color);
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FF54BB 0%, #D11A7D 100%);
}
.blog-btn:hover{
  background:#fff;
  border: 1px solid #E1E1E8;
    /* box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.12); */
}
.blog-btn span{
  margin-right: 5px;
}
/* 
.blog-item .blog-content .post-meta span::after {
  position: absolute;
  content: "";
  background: #57595C;
  height: 16px;
  width: 2px;
  right: 0;
  top: 4px;
} */
/* .blog-item .blog-content .post-meta span:last-child:after{
  display: none;
} */

.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,
.wp-block-search__label ,
.widget_theme_social_icons h2,
.widget_block h2,
.tp-shop-sidebar .wp-block-heading{
	font-size: 12px;
	line-height: 24px;
  margin: 0 auto 20px;
  color: #696981;
  font-weight: 600;
  font-family: var(--theme-secondary-font);
  padding-bottom: 5px;
  border-bottom: 1px solid #EEEEEE;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.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
==========================*/

#toggle-comment-form{
  margin: 20px 0px;
}
.comments {
  margin: 20px 0px;
}

.comment-form{
  background: #F5F5F5;
  padding: 40px;
}

.comments label{
  display:inline-block;
  margin-bottom:10px;
}

.comments .commment-title {
  margin-bottom: 30px;
}

.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;
  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-box .comment-avatar{
  margin-bottom: 20px;
}


.wp-block-categories .cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #44464b;
  /* background: #faedcb;
  padding:10px 15px; */
  /* border-radius: 8px; */
  margin-bottom:10px;
  text-transform: capitalize;
}

.wp-block-categories .cat-item-count {
  color: inherit;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .04);
  justify-content: center;
  align-items: center;
  font-weight: inherit;
  border-radius:8px;
}

.widget_categories .cat-item-4, 
.widget .wp-block-categories .cat-item-4 {
  color: #44464b;
  background: #c9e4de;
}

.widget_categories .cat-item-3, 
.widget .wp-block-categories .cat-item-3 {
  color: #44464b;
  background: #c6def1;
}

.widget_categories .cat-item-5, .widget .wp-block-categories .cat-item-5 {
  color: #44464b;
  background: #f2c6de;
}

/*=====================
 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: #fff;
  margin-bottom: 40px;
  transition: .4s;
  border-radius: 16px;
  box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.12);;
}
.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;
  clear: both;
}
.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;
}


.single-post-content .wp-block-post-template {
  list-style: none;
    list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
    padding-left: 0px;
}

.single-post-content .wp-block-post-template  li{
  margin-bottom: 20px;
}


/*  latest post grid */

.wp-block-latest-posts__list.has-dates.has-author .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list.has-dates.has-author .wp-block-latest-posts__post-date{
  display: inline-block;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author{
  margin-right: 10px;
}
/* 
.wp-block-latest-posts__list {
  counter-reset: post-counter;
}

.wp-block-latest-posts__list li {
  counter-increment: post-counter;
  list-style: none;
}

.wp-block-latest-posts__list li::before {
  content: counter(post-counter) ". ";
  font-weight: bold;
  margin-right: 5px;
} */


/*  Post layout */

.post-overlay .blog-item {
  overflow: hidden;
}
.post-overlay .blog-item .post-thumb img{
  height: 400px;
  
}

.post-overlay .blog-item .post-thumb{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.post-overlay .blog-item .post-thumb:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

.post-overlay .blog-item .blog-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 40px;
  z-index: 2;
}
.post-overlay .blog-item .post-meta-cat{
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  /* width: 100%; */
  z-index: 2;
}

.post-overlay .blog-item .post-meta-cat .post-cat {
  background: rgba(255,255,255,.2);
  color: #fff;
  border-radius: 26px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;

}
.single-post-header .post-title{
  font-size: 46px;
}
.single-post-header .post-meta span{
  margin-right: 20px;
}

.tp-breadcrumb-title {
  margin-bottom: 0px;
}

.single-post-header{
  margin-bottom: 30px;
}

.post-grid .post-thumb{
  margin-bottom: 20px;
}

.blog-page-navigation nav{
  justify-content: center;
}


.hero-section-content {
  padding-bottom: 80px;
  margin-bottom: 70px;
  border-bottom: 1px solid  #E1E1E8;
}
.hero-section-content .cs-hero__subheading{
  max-width: 620px;
  margin:0px auto 20px;
  font-size: 18px;
  color: #696981;
  font-weight: 400;
}
.hero-section-content h1{
  margin-bottom: 20px;
}



.ml-20{
  margin-left: 20px;
}

.site-logo a{
  font-size:1.375rem;
  font-weight: 700;
  font-family: var(--theme-heading-font);
}

.recent-post-list .post-title{
  font-size: 20px;
}

.recent-post-list .single-post .date i{
  display:none;
}
.recent-post-list .single-post p{
  margin-bottom: 0px;
  font-size: 14px;
}
.recent-post-list .single-post{
  margin-bottom: 20px;
}


/*  post minimal layout */

.post-minimal .blog-item{
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 25px;
}

.post-minimal .blog-item .blog-content .post-meta span.post-cat{
  color: #999;
}