/* General styles */
.blog {
  margin-bottom: 40px;
}
.blog_post th {
  text-align: center;
}
.blog_post tr:not(:first-child) th {
  background-color: #fafafc;
}
.blog .owl-carousel {
  box-shadow: none;
}
.blog img,
.blog-module img {
  max-width: 100%;
  height: auto;
}
.blog .main_description {
  margin-bottom: 20px;
}
/* Blog listings */
.blog_grid_holder {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 13px;
  font-size: 0;
}
.blog_grid_holder.carousel-1 {
  margin-left: -17px;
  margin-right: -17px;
  padding-top: 10px;
  width: inherit;
}
#column-left .blog_grid_holder,
#column-right .blog_grid_holder {
  padding-top: 5px;
}
.blog_grid_holder.related {
  padding-top: 0px;
}
.blog_item {
  font-size: 12px;
  padding: 0px 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 100%; /* 1 column grid is default */
}
.column-2 .blog_item {
  width: 50%; /* 2 columns */
}
.column-3 .blog_item {
  width: 33.33%; /* 3 columns */
}
.column-4 .blog_item {
  width: 25%; /* 3 columns */
}
.carousel-1 .blog_item {
  width: 100% !important; /* carousel */
  margin-bottom: 0px;
}
#column-left .blog_item,
#column-right .blog_item {
  width: 100%; /* carousel */
  margin-bottom: 17px;
}
.blog_item .image {
  margin-bottom: 23px;
  margin-top: 5px;
}
.column-2 .blog_item .image,
.column-3 .blog_item .image,
.column-4 .blog_item .image,
#column-left .blog_item .image,
#column-right .blog_item .image {
  margin-bottom: 17px;
}
.blog_item .image img {
  transition: all 400ms;
}
.blog_item .image img:hover {
  opacity: 0.8;
  transition: all 400ms;
}
.blog_item .summary .blog_title {
  font-size: 24px;
  margin: 0 0 10px;
}
#column-left .blog_item .summary .blog_title,
#column-right .blog_item .summary .blog_title {
  font-size: 16px;
  margin: 0 0 7px;
}
.column-2 .summary .blog_title,
.column-3 .summary .blog_title {
  font-size: 22px;
  margin: 0 0 16px;
}
.column-4 .summary .blog_title {
  font-size: 20px;
}
.blog_item .summary p {
  font-size: 14px;
  line-height: 21px;
}
#column-left .blog_item .summary p,
#column-right .blog_item .summary p {
  font-size: 13px;
  line-height: 20px;
}
.blog_item .summary p .fa {
  color: #cccccc;
}

/* Blog Post */
.blog_post .main_thumb {
  padding: 20px 0 7px;
  transition: all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
  opacity: 0.8;
  transition: all 400ms ease 0s;
}

.blog_post .image-wrapper {
  position: relative;
  overflow: hidden;
}
.blog_post .image-caption {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  z-index: 50;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 6px 8px;
  background: rgb(255 255 255 / 60%);
  backdrop-filter: blur(3px);
}
.blog_post h1 {
  color: #0c4da2;
  margin-bottom: 5rem;
  line-height: 1.35;
}
.blog_post h2 {
  line-height: 1.35;
}
.blog_post h2,
.blog_post h3 {
  max-width: 80%;
}
.blog_post h3 {
  margin: 0;
  line-height: 1.4;
  display: block;
  font-size: 24px;
}
.blog_post h3 + .row {
  padding-top: 11px;
}
.blog_post h4 {
  margin: 0;
  line-height: 1.4;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.blog_post h3 i {
  vertical-align: middle;
  margin-right: 7px;
}
.blog_post .row + p {
  margin-top: 18px;
}

.blog_post label {
  font-size: 14px;
}
.blog_post strong {
  margin-top: 8px;
}
.blog_post .main_description p {
  /* color: #4c4c4c; */
  margin-bottom: 24px;
  padding-top: 6px;
  line-height: 1.6;
}
.blog_post .row + h3,
.blog_post .row + h2 {
  margin-top: 24px;
}
.blog_post .main_description p + p {
  margin-top: -24px;
}

.blog_stats {
  font-size: 13px;
  text-transform: none;
  color: #999999;
  margin: 0 0 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
.column-2 .blog_stats,
.column-3 .blog_stats,
.column-4 .blog_stats,
.blog_post .related .blog_stats {
  font-size: 12px;
  margin: 0 0 12px;
  padding-bottom: 1px;
}
#column-left .blog_stats,
#column-right .blog_stats {
  font-size: 11px;
  margin-bottom: -4px;
  border-bottom: none;
  padding-bottom: 0;
}
.blog_stats span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  line-height: 12px;
}
.blog_stats span + span {
  padding-left: 7px;
  border-left: 1px solid #eeeeee;
}
.blog_stats .fa {
  color: #bbbbbb;
  margin-right: 5px;
}
.blog_stats .text {
  font-weight: inherit;
}
#column-left .blog_stats .text,
#column-right .blog_stats .text,
.column-2 .blog_stats .text,
.column-3 .blog_stats .text,
.column-4 .blog_stats .text {
  font-size: 0;
}
.blog_stats .hl {
  color: #777777;
}
#column-left .blog_stats .hl,
#column-right .blog_stats .hl,
.column-2 .blog_stats .hl,
.column-3 .blog_stats .hl,
.column-4 .blog_stats .hl {
  font-weight: inherit;
}
.blog_post .blog_stats {
  margin: 0 0 22px;
}
.blog_post .tags {
  display: block;
  padding-top: 5px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #aaaaaa;
}
.blog_post .tags a {
  font-size: 14px;
  margin-left: 2px;
}

.blog_post .share {
  margin-bottom: 40px;
}
.blog_post .share .fa {
  font-size: 19px;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  color: #f5f5f5;
  height: 36px;
  line-height: 36px;
  width: 120px;
  transition: all 300ms;
}
.blog_post .share .fa:hover {
  opacity: 0.9;
  transition: all 300ms;
}
.blog_post .share .fa:after {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  vertical-align: top;
  margin-left: 10px;
}
.blog_post .share .fa-facebook {
  background: #3b5998;
}
.blog_post .share .fa-facebook:after {
  content: "Facebook";
}
.blog_post .share .fa-twitter {
  background: #00aced;
}
.blog_post .share .fa-twitter:after {
  content: "Twitter";
}
.blog_post .share .fa-google-plus {
  background: #dd4b39;
}
.blog_post .share .fa-google-plus:after {
  content: "Google+";
}
.blog_post .share .fa-navicon {
  background: #f1f1f1;
  color: #888888;
  text-align: center;
  font-size: 17px;
}
.blog_post .at15t_compact,
.at16nc.at16t_compact {
  background-position: -9999px -9999px !important;
}
/* Related blogs */
.blog_post .related .blog_item {
  margin-bottom: 15px;
}
.blog_post .related .blog_title {
  font-size: 18px;
}
.blog_post .related p {
  font-size: 14px;
  line-height: 20px;
}
.blog_post ul {
  margin-top: 15px;
}
.blog_post .related p a {
  color: #999999;
}
.blog_post .related p .fa {
  color: #cccccc;
}
/* Comments */
.blog_post #comment {
  margin-bottom: 55px;
}
.blog_post .blog_comment {
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
}
/* Modules */
.blog-module {
  margin-bottom: 40px;
}
.blog-module.latest {
  margin-bottom: 20px;
}
.blog-module h3 {
  margin: 15px 0 10px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f5f5f5;
}
.blog-module h3 a.all {
  float: right;
  font-size: 13px;
  line-height: 24px;
}
.blog-module h3 a.all .fa {
  color: #cccccc;
}
#column-left .blog-module h3 a.all,
#column-right .blog-module h3 a.all {
  display: none;
}
/* Category Module */
.blog-category > ul > li {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.blog-category ul > li > ul {
  display: none;
  padding-left: 0;
}
.blog-category > ul > li.active > ul {
  display: block;
}
.blog-category > ul > li > a {
  display: block;
  line-height: 34px;
  font-size: 14px;
}
.blog-category .sign {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 34px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  color: #cccccc;
}
.blog-category li .sign .fa-minus,
.blog-category li.open .sign .fa-plus {
  font-size: 0;
}
.blog-category .sign .fa,
.blog-category li.open .sign .fa-minus,
.blog-category li.open ul li.open .sign .fa-minus,
.blog-category li.open ul li .sign .fa-plus {
  font-size: 11px;
}
.blog-category > ul > li ul > li {
  border-top: 1px solid #f5f5f5;
  list-style: none;
}
.blog-category > ul > li ul > li {
  border-top: 1px solid #f5f5f5;
  list-style: none;
}
.blog-category > ul > li ul > li a {
  line-height: 34px;
  font-size: 13px;
}
.blog-category > ul > li ul > li a .fa {
  color: #cccccc;
  font-size: 10px;
  margin: 0 6px;
}
.captcha_wrap img {
  max-width: none;
}
.blog_grid_holder.blog_products {
  padding-top: 5px;
}
.blog_product {
  font-size: 14px;
}
.blog_product .image {
  margin-top: 0;
}
.blog_product .name {
  display: inline-block;
  margin-bottom: 5px;
}
.blog_product .price-old {
  text-decoration: line-through;
}
.blog_product .price-tax {
  font-size: 11px;
  display: block;
  color: #aaaaaa;
}
.blog-blog .breadcrumb {
  display: flex;
  overflow-x: auto;
}

.blog.blog_post .row {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
}

.blog.blog_post .main_thumb {
  margin-bottom: 3.5rem;
}

.blog.blog_post {
  position: relative;
}

.blog_stats {
  display: none;
}

.blog.blog_post .col-md-1,
.blog.blog_post .col-md-2,
.blog.blog_post .col-md-3,
.blog.blog_post .col-md-4,
.blog.blog_post .col-md-5,
.blog.blog_post .col-md-6,
.blog.blog_post .col-md-7,
.blog.blog_post .col-md-8,
.blog.blog_post .col-md-9,
.blog.blog_post .col-md-10,
.blog.blog_post .col-md-11,
.blog.blog_post .col-md-12,
.blog.blog_post .col-sm-1,
.blog.blog_post .col-sm-2,
.blog.blog_post .col-sm-3,
.blog.blog_post .col-sm-4,
.blog.blog_post .col-sm-5,
.blog.blog_post .col-sm-6,
.blog.blog_post .col-sm-7,
.blog.blog_post .col-sm-8,
.blog.blog_post .col-sm-9,
.blog.blog_post .col-sm-10,
.blog.blog_post .col-sm-11,
.blog.blog_post .col-sm-12 {
  padding: 6px;
}

.blog.blog_post {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.blog.blog_post img {
  border-radius: 2px;
}
.blog.blog_post img + p {
  font-weight: 700;
  color: #000;
}
.blog.blog_post img + p,
.blog.blog_post a + p {
  max-width: 87%;
}
.blog.blog_post a + p {
  padding-top: 6px;
  font-weight: 700;
  margin-bottom: 0;
}
.adwantages .row:nth-child(2n) .col-md-6 > div {
  padding: 3rem 3rem 3rem 0;
}
.adwantages .row:nth-child(2n + 1) .col-md-6 > div {
  padding: 3rem 0rem 3rem 3rem;
}
.adwantages .row .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog tr:not(:first-child) th.text-center {
  background-color: #fafafc;
}
.mb-lg {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .adwantages .row:nth-child(2n) .col-md-6 > div {
    padding: 0;
  }
  .adwantages .row:nth-child(2n + 1) .col-md-6 > div {
    padding: 0;
  }
  .adwantages .row .col-md-6 {
    justify-content: flex-start;
  }

  .order-top {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .blog.blog_post {
    max-width: 100%;
  }
  .blog.blog_post img + p,
  .blog.blog_post a + p {
    max-width: 100%;
  }
  .blog_post h2,
  .blog_post h3 {
    max-width: 100%;
  }
  .column-3 .blog_item,
  .column-4 .blog_item {
    width: 50%;
  }
  .blog_stats .text {
    font-size: 0;
  }
}
@media screen and (max-width: 567px) {
  .column-2 .blog_item,
  .column-3 .blog_item,
  .column-4 .blog_item {
    width: 100%;
  }
  .mb-lg {
    margin-bottom: 3.5rem;
  }
}
