.card {
  background: rgba(255,255,255,0);
  transition: .5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: .55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0);
}

.card .body {
  color: #444;
  padding: 20px;
  font-weight: 400;
}

.card .header {
  color: #444;
  padding: 18px;
  position: relative;
  box-shadow: none;
}

.single_post {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  box-shadow: 0 2px 6px 0 rgba(32,32,84,0.6), 0 2px 6px 0 rgba(31,105,115,0.4);
  background-color: rgba(24,23,23,0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.single_post .body {
  padding: 30px;
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
}

.single_post .img-post > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  /*transform: scale(1);*/
  /*opacity: 1;*/
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  max-width: 100%;
  filter: none;
  /*-webkit-filter: grayscale(0);*/
  /*-webkit-transform: scale(1.01);*/
}

.single_post .img-post:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  /*transform: scale(1.02);*/
  /*opacity: .7;*/
  /*filter: gray;*/
  /*-webkit-filter: grayscale(1);*/
  /*-webkit-transition: all .8s ease-in-out;*/
  cursor: pointer;
}

.single_post h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.single_post h3 a {
  color: #242424;
  text-decoration: none;
}

.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}

.right-box .categories-clouds li {
  display: inline-block;
  margin-bottom: 5px;
}

.right-box .categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 3px;
}

.right-box .instagram-plugin {
  overflow: hidden;
}

.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #fff;
}

.comment-reply li {
  margin-bottom: 15px;
}

.comment-reply li:last-child {
  margin-bottom: none;
}

.comment-reply li h5 {
  font-size: 18px;
}

.comment-reply li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777;
}

.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}

.comment-reply .list-inline li a {
  font-size: 13px;
}

@media (max-width: 640px) {
  .blog-page .single_post .body, .blog-page .single_post .footer {
    padding: 30px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1.5rem;
}

.atc {
  background-color: rgba(84,84,84,0);
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
}

.bl-post {
  box-shadow: 0 0px 1px 0 rgba(32, 32, 84, 0.65), 0 0px 0px 0 rgba(31,105,115,0)!important;
  border: none!important;
}

.top-link:hover {
  color: #00e0ff!important;
  background: none;
}

.card-img-top {
  min-height: 250px;
  max-height: 250px;
}

@media (max-width:1198px) {
  .lb-row {
    /*display: flex!important;*/
    flex-flow: column!important;
  }
}

.bl-title:hover {
  color: #4fa0f1!important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity));
}

.com-img {
  max-height: 250px;
  width: 100%;
}

.post-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1198px) {
  .col-cell {
    flex: 0 0 auto;
    width: auto;
  }
}

.pagination {
  --bs-pagination-padding-x: 1.8rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.2rem;
  --bs-pagination-color: #cececf;
  --bs-pagination-bg: rgb(33,49,75);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: #3a547d;
  --bs-pagination-border-radius: 20px;
  --bs-pagination-hover-color: #69afef;
  --bs-pagination-hover-bg: #3f444a;
  --bs-pagination-hover-border-color: #3a547d;
  --bs-pagination-focus-color: #aaaaaa;
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,0);
  --bs-pagination-active-color: #63a5e1;
  --bs-pagination-active-font-size: 18px;
  --bs-pagination-active-bg: #3f444a;
  --bs-pagination-active-border-color: rgb(58,84,125);
  --bs-pagination-disabled-color: #7a7a7b;
  --bs-pagination-disabled-bg: #1a2639;
  --bs-pagination-disabled-border-color: #3a547d;
  display: flex;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 340px) {
  .pagit {
    left: -38px!important;
  }
}

@media (max-width: 1198px) {
  .pagit {
    left: 75px;
    bottom: -80px;
  }
}

@media (min-width: 1199px) {
  .pagit {
    left: 75px;
    /*bottom: 237px;*/
  }
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-secondary-bg-subtle);
  text-align: center;
  white-space: nowrap;
  background-color: #121a23;
  border: var(--bs-border-width) solid rgba(86,16,13,0.7);
  border-radius: var(--bs-border-radius);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: 0;
  box-shadow: 0 0 0 .11rem rgba(119,48,26,0);
  border-top: 2px solid #56100d;
  border-bottom: 2px solid #56100d;
  border-right: 3px solid #56100d;
}

.subs:focus {
  border-right: 0px solid #56100d;
  border-left: 3px solid #56100d;
}

@media (min-width: 1400px) {
  .pagit {
    bottom: 60px;
  }
}

.btn-block:hover {
  background: #707070!important;
  border: .17em solid #0678e3 !important;
}

.reply:focus {
  border-left: 3px solid #56100d;
  border-right: 3px solid #56100d;
}

.btn-block {
  border: .2em solid hsl(250, 7%, 17%);
}

