/*===================
Blog Main
=====================*/

.banner-title ,.single-post-content .post-title, .post-navigation-area a{
        word-wrap: break-word;
}


.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, .comments-box ul{
  list-style-type: disc;
  padding-left: 20px;
}

.single-post-content ol, .comments-box ol{
  list-style-type: decimal;
  padding-left: 20px;
}


.comments-box table,.comments-box tbody, .comments-box td, .comments-box tfoot,.comments-box th, .comments-box thead, .comments-box tr{
    border-color:#000;
}
.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;

}

.post-single.tag-password-2 input[type="submit"] {
    padding: 10px 24px;
    border: 0px;
    height: 55px;
    background: #000;
    color: #fff;
}

.post-single  ul{
        list-style-type: disc;
}

.post-single  ol{
   list-style-type: decimal;
}

/*  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;
}
.wp-block-button__link{
    text-decoration:none!important;
}

.wp-block-button.alignright{
    text-align:right;
}

/*  Next Prev links */

.post-navigation-area{
  margin-top: 50px;
  margin-bottom:40px;
  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;
}


.postbox__comment > ul li {
  list-style: none;
}
.postbox__comment ul li {
  margin-bottom: 20px;
}
.postbox__comment ul.children {
  margin-top: 20px;
  margin-left: 100px;
}
[dir=rtl] .postbox__comment ul.children {
  margin-left: 0;
  margin-right: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__comment ul.children {
    margin-left: 40px;
  }
  [dir=rtl] .postbox__comment ul.children {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .postbox__comment ul.children {
    margin-left: 15px;
  }
  [dir=rtl] .postbox__comment ul.children {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.postbox__comment ul.children .postbox__comment-avater img {
  width: 60px;
  height: 60px;
}
.postbox__comment-wrapper .required-field-message .required {
  color: var(--theme-primary-color);
}
.postbox__comment-wrapper .logged-in-as {
  transition: none;
}
.postbox__comment-wrapper .logged-in-as a:last-child {
  transition: none;
  transition: color 0.2s ease-in-out 0s;
}
.postbox__comment-wrapper .logged-in-as a:last-child:hover {
  color: var(--theme-primary-color);
}
.postbox__comment-form-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.postbox__comment-form p {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-color);
  margin-bottom: 47px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--theme-black-color);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 60px;
  padding: 0 25px;
  width: 100%;
  font-size: 14px;
  color: var(--theme-black-color);
  border-color: var(--theme-white-color);
  background: var(--theme-white-color);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  border-width: 1px;
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border-color: var(--theme-primary-color);
}
.postbox__comment-input input::-webkit-input-placeholder, .postbox__comment-input textarea::-webkit-input-placeholder {
  color: #85858B;
}
.postbox__comment-input input:-moz-placeholder, .postbox__comment-input textarea:-moz-placeholder {
  color: #85858B;
}
.postbox__comment-input input::-moz-placeholder, .postbox__comment-input textarea::-moz-placeholder {
  color: #85858B;
}
.postbox__comment-input input:-ms-input-placeholder, .postbox__comment-input textarea:-ms-input-placeholder {
  color: #85858B;
}
.postbox__comment-input textarea ,.comment-form-comment textarea{
  height: 180px;
  resize: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.postbox__comment-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 37px;
}
.postbox__comment-box {
  padding: 30px;
  padding-right: 45px;
  padding-bottom: 33px;
  background: #F1F1F1;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}
[dir=rtl] .postbox__comment-box {
  padding-right: 0;
  padding-left: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__comment-box {
    padding-right: 35px;
  }
  [dir=rtl] .postbox__comment-box {
    padding-right: 0;
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .postbox__comment-box {
    padding-right: 35px;
  }
  [dir=rtl] .postbox__comment-box {
    padding-right: 0;
    padding-left: 35px;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
[dir=rtl] .postbox__comment-avater img {
  margin-right: 0;
  margin-left: 20px;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-size: 20px;
  line-height: 1;
  color: var(--theme-black-color);
  margin-bottom: 10px;
}
.postbox__comment-name span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--tp-text-color);
}
.postbox__comment-text {
  width: calc(100% - 90px);
}
@media (max-width: 575px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
  [dir=rtl] .postbox__comment-text {
    margin-right: 0;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-text-color);
  margin-bottom: 22px;
}
.postbox__comment-text blockquote {
  border: 1px solid #EAEAEF;
  box-shadow: none;
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--theme-black-color);
  border: 1px solid #EAEAEF;
  padding: 7px 18px;
  background:var(--theme-white-color);
}
.postbox__comment-reply a:hover {
  color: var(--theme-white-color);
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.postbox__comment-agree {
  padding-left: 5px;
}
[dir=rtl] .postbox__comment-agree {
  padding-left: 0;
  padding-right: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: #F0F0F5;
  border: 1px solid #C5C5CE;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--theme-primary-color);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-size: 10px;
  color: var(--theme-white-color);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-color);
}
[dir=rtl] .postbox__comment-agree label {
  padding-left: 0;
  padding-right: 8px;
}
.postbox__comment-agree label a {
  color: var(--theme-black-color);
  font-weight: 600;
  padding-left: 4px;
}
[dir=rtl] .postbox__comment-agree label a {
  padding-left: 0;
  padding-right: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--theme-primary-color);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__comment-btn .tp-btn {
  font-size: 14px;
  padding: 12px 29px;
}
.postbox__comment-btn .tp-btn:hover {
  background-color: var(--theme-black-color);
}
.postbox__comment-style-2 .postbox__comment ul li {
  margin-bottom: 0;
}
.postbox__comment-style-2 .postbox__comment ul.children {
  margin-top: 0;
}
.postbox__comment-style-2 .postbox__comment ul.children li {
  border-bottom: 1px solid #EAEAEF;
}
.postbox__comment-style-2 .postbox__comment ul.children li:first-child {
  border-top: 1px solid #EAEAEF;
}
.postbox__comment-style-2 .postbox__comment ul.children .postbox__comment-box {
  padding-top: 37px;
}
.postbox__comment-style-2 .postbox__comment-title {
  margin-bottom: 15px;
}
.postbox__comment-style-2 .postbox__comment-box {
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 38px;
}
[dir=rtl] .postbox__comment-style-2 .postbox__comment-box {
  padding-right: 0;
}
.postbox__comment-style-2 .postbox__comment-input input, .postbox__comment-style-2 .postbox__comment-input textarea {
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  box-shadow: none;
}
.postbox__comment-style-2 .postbox__comment-input input:focus, .postbox__comment-style-2 .postbox__comment-input textarea:focus {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-white-color);
}
.postbox__comment-style-2 .postbox__comment-agree input {
  border: 2px solid #D9D9DE;
  background-color: transparent;
  border-radius: 3px;
}
.postbox__comment-style-2 .postbox__comment-agree input:checked {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

#cancel-comment-reply-link {
    color: var(--theme-primary-color);
    margin-left: 8px;
    font-size: 16px;
}


.postbox__comment-input input, .postbox__comment-input textarea {
    height: 60px;
    padding: 0 25px;
    width: 100%;
    font-size: 14px;
    color: var(--theme-black-color);
    border-color: #F7F7F7;
    background: #F7F7F7;
    box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
    border-width: 1px;
}

.postbox__comment-input textarea {
    height: 180px;
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
}


.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-white-color);
    background: var(--theme-primary-color);
    text-align: center;
    border:1px  solid var(--theme-primary-color);
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: -0.02em;
}

.tp-btn:hover{
     color: var(--theme-white-color);
     border-color: var(--theme-black-color);
     background: var(--theme-black-color);
}



