@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
.blog__header {
  -webkit-box-shadow: inset 0 0 0 2000px #000000a2;
          box-shadow: inset 0 0 0 2000px #000000a2;
}

.date {
  color: #ACACAC;
  font-weight: 600;
}

.date img {
  height: 1rem;
  width: auto;
}

.blog__page .blog__item {
  border: 1px solid #E6E6E6;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 3px 4px #00000012;
          box-shadow: 0px 3px 4px #00000012;
}

.blog__page .blog__item .thumnail__box img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog__page .blog__item .thumnail__box img.top {
  -o-object-position: center top;
     object-position: center top;
}

.blog__page .blog__item .thumnail__box img.left {
  -o-object-position: center left;
     object-position: center left;
}

.blog__page .blog__item .thumnail__box img.right {
  -o-object-position: center right;
     object-position: center right;
}

.blog__page .blog__item .thumnail__box img.bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.blog__page .blog__item .thumnail__box img.no__height {
  height: auto;
}

.blog__page .blog__item .blog__title a {
  display: inline-block;
  color: var(--dark);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page .blog__item .blog__title a:hover {
  color: var(--brand);
}

.blog__page .blog__item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page .blog__item .link {
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog__page .blog__item .link:hover {
  color: var(--dark);
}

.blog__page.details .blog__item {
  line-height: 1.7;
}

.blog__page.details .blog__item figure img {
  width: 100%;
  height: auto;
}

.blog__page .promo__wrapp .caption {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 14rem;
}

.blog__page .card {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog__page .title {
  font-size: 1.125rem;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}

.blog__page .title::after {
  content: '';
  width: 4rem;
  height: 2px;
  display: block;
  background-color: #6E6E6E;
  border-radius: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.blog__page .recent__posts li:not(:last-child) {
  margin-bottom: 1rem;
}

.blog__page .recent__posts li .thumbnail {
  width: 5rem;
  height: 4.5rem;
  border: 1px solid #707070;
  border-radius: .35rem;
  overflow: hidden;
}

.blog__page .recent__posts li .thumbnail figure img {
  width: 5rem;
  height: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog__page .recent__posts li .caption {
  width: calc(100% - 5rem);
  padding-left: .875rem;
}

.blog__page .recent__posts li .caption a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.blog__page .recent__posts li .caption a:hover {
  color: var(--brand);
}

.blog__page .recent__posts li .caption .date {
  color: #ACACAC;
  font-weight: 600;
  font-size: 13px;
}

.blog__page .recent__posts li .caption .date img {
  height: .75rem;
  width: auto;
}

.blog__page .recent__posts li .caption .date span {
  position: relative;
  top: 1px;
}

.blog__page .location__list li {
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.blog__page .location__list li a {
  border: 1px solid #707070;
  border-radius: .25rem;
  width: 100%;
  text-align: center;
  font-size: .937rem;
  color: #393939;
  padding: .25rem 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: capitalize;
}

.blog__page .location__list li a:hover {
  color: var(--white);
  border-color: var(--brand);
  background-color: var(--brand);
}

.blog__page .category__list li .caption {
  background-color: #2859ca9f;
}

.blog__page .category__list li .caption a {
  color: var(--white);
  line-height: 1.1;
  padding: 0 .75rem;
}

.blog__page .category__list li .caption a:hover {
  color: var(--white);
}

.blog__page p, .blog__page li {
  font-size: 1.067rem;
}

.blog__page .link {
  color: #156BF2;
}

.blog__page .link:hover {
  color: var(--dark);
}

.pagination .page-item {
  margin: .2rem;
}

.pagination .page-item .page-link {
  border: 1px solid #707070;
  color: #555555;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50%;
  padding: 0%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-item .page-link.active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.disc__list {
  padding-left: 1rem;
}

.disc__list li {
  list-style-type: disc;
}

.lh-1_3 {
  line-height: 1.3rem;
}

.check__list li {
  padding-left: 1.25rem;
  position: relative;
}

.check__list li::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  color: #50BA3D;
  position: absolute;
  top: .2rem;
  left: 0%;
}

.quote__modal .modal-dialog {
  max-width: 700px;
}

.video {
  border-radius: .25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
}

.video::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}

@media (max-width: 576px) {
  .blog__page .blog__item .thumnail__box img {
    height: 15rem;
  }
}
/*# sourceMappingURL=blog.css.map */