/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  text-transform: uppercase;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0;
  color: #222;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: var(--primary-Color);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .head_blog .title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.head_blog .title::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  bottom: 0;
  width: 60px;
  position: absolute;
  background: var(--primary-Color);
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}

.head_contact {
  position: relative;
  font-family: var(--primary-Font);
}
.head_contact .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

/* Banner Blog */
.gvx-banner-blog {
  position: relative;
  height: 450px;
  overflow: hidden;
  display: block;
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_post_category .category-wrap .grid {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 24px;
}
.gv_post_category .category-wrap .grid .large-item .inner {
  position: relative;
  height: 100%;
  box-shadow: rgba(10, 35, 60, 0.04) 0px 2px 10px;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.25s;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb {
  position: relative;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a {
  position: relative;
  display: block;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a picture {
  position: relative;
  display: block;
  padding-bottom: 54%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #cdcdcd;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_post_category .category-wrap .grid .large-item .inner .info {
  padding: 16px;
  position: relative;
}
.gv_post_category .category-wrap .grid .large-item .inner .info .date {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 > a {
  color: #000;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 > a:hover {
  color: var(--hover-Color);
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a svg {
  fill: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a:hover {
  border-bottom: 1px solid var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb {
  position: relative;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a {
  position: relative;
  display: block;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a picture {
  position: relative;
  display: block;
  padding-bottom: 54%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #cdcdcd;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: 12px;
  padding: 8px 12px;
  gap: 10px;
}
@media (max-width: 767px) {
  .gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta {
    display: none;
  }
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span:nth-child(2) {
  font-weight: 500;
  color: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info {
  padding-top: 16px;
  position: relative;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 > a {
  color: #000;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 > a:hover {
  color: var(--hover-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a svg {
  fill: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a:hover {
  border-bottom: 1px solid var(--primary-Color);
}
.gv_post_category .category-wrap .list .blog-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.gv_post_category .category-wrap .list .blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
/** Gallery Category */
.gv_gallery_category {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
}
.gv_gallery_category .category-wrap .gallery-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_gallery_category .category-wrap .gallery-item .inner {
  position: relative;
  height: 100%;
  box-shadow: rgba(10, 35, 60, 0.04) 0px 2px 10px;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.25s;
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box {
  position: relative;
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box > a {
  position: relative;
  display: block;
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 99%);
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box > a picture {
  display: block;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background-position: center;
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box > a picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.gv_gallery_category .category-wrap .gallery-item .inner .-lp-box > a h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 5;
}

/** Gallery Category */
.gv_gallery_single {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
}
.gv_gallery_single .head_single {
  margin-bottom: 12px;
}
.gv_gallery_single .gallery-item {
  padding-bottom: 12px;
  padding-top: 12px;
}
.gv_gallery_single .gallery-item .inner > a {
  display: block;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-position: center;
}
.gv_gallery_single .gallery-item .inner > a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding: 32px 0 48px;
}
.gv_page_single .content-wrap .head_blog {
  padding-bottom: 24px;
}
.gv_page_single .content-wrap article .entry-content {
  text-align: justify;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
}
.gv_page_contact .contact-box {
  margin-bottom: 40px;
}
.gv_page_contact .contact-box .head_contact {
  margin-bottom: 20px;
}
.gv_page_contact .contact-box .contact {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.gv_page_contact .contact-box .contact > li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding-left: 26px;
  margin-bottom: 20px;
}
.gv_page_contact .contact-box .contact > li:last-child {
  margin-bottom: 0;
}
.gv_page_contact .contact-box .contact > li::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #9e9e9e;
  position: absolute;
  left: 27px;
  top: 2px;
}
.gv_page_contact .contact-box .contact > li i {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.gv_page_contact .contact-box .contact > li span {
  display: block;
  padding-left: 14px;
}
.gv_page_contact .contact-box article .entry-content {
  font-size: 15px;
}
.gv_page_contact .contact-box .form {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.17);
  padding: 50px 40px;
  border-radius: 20px;
}
.gv_page_contact .contact-box .form .wpcf7-form input[type=text],
.gv_page_contact .contact-box .form .wpcf7-form input[type=tel],
.gv_page_contact .contact-box .form .wpcf7-form input[type=email],
.gv_page_contact .contact-box .form .wpcf7-form input[type=date],
.gv_page_contact .contact-box .form .wpcf7-form select,
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  margin-bottom: 14px;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  background: var(--second-Color) !important;
  width: 100%;
  padding: 15px 16px;
}
.gv_page_contact .contact-box .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.gv_page_contact .product-box .head_box {
  margin-bottom: 24px;
}
.gv_page_contact .product-box .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  position: absolute;
  margin: 0;
  top: 32%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color) !important;
}
.gv_page_contact .product-box .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.gv_page_contact .product-box .owl-carousel .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-nav .owl-next {
  right: -17px;
}
@media (max-width: 575px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 767px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.gv_page_contact .product-box .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.gv_page_contact .product-box .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
/** Content Box */
.content-box {
  position: relative;
  margin-bottom: 32px;
}
.content-box .head_single {
  padding-bottom: 8px;
}
.content-box .meta-box {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .content-box .meta-box {
    font-size: 13px;
  }
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
  font-style: italic;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .content-box .meta-box span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.content-box .meta-box span::before {
  content: "";
  height: 14px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  right: -1px;
  top: 3px;
  transform: skew(-12deg);
}
.content-box .meta-box span svg {
  height: 14px;
  width: 14px;
  fill: var(--primary-Color);
  margin-right: 8px;
}
.content-box .meta-box span:last-child::before {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
/** Related Box */
.related-box {
  position: relative;
}
.related-box > .row {
  align-items: stretch;
}
.related-box > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.related-box .head_box {
  margin-bottom: 12px;
}

/** Related List */
.related-list .head_box {
  margin-bottom: 24px;
}
.related-list .list .blog-item {
  margin-bottom: 24px;
}
.related-list .list .blog-item:last-child {
  margin-bottom: 0;
}

/** Navigation Wrap */
.navi-wrap {
  margin-bottom: 32px;
  position: relative;
}
.navi-wrap .row {
  align-items: center;
}
.navi-wrap span {
  height: 33px;
  min-width: 33px;
  background: #333;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi-wrap span i {
  color: #fff;
  font-size: 16px;
}
.navi-wrap a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  font-weight: 500;
}
.navi-wrap .col-left {
  display: flex;
  align-items: center;
}
.navi-wrap .col-left span {
  margin-right: 12px;
}
.navi-wrap .col-left span i {
  margin-right: 2px;
}
.navi-wrap .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.navi-wrap .col-right span {
  margin-left: 12px;
}
.navi-wrap .col-right span i {
  margin-left: 2px;
}

/** Comment Box */
.comment-box {
  position: relative;
}
.comment-box .comment-list {
  padding-bottom: 24px;
}
.comment-box .comment-list .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-box .comment-list .list > li {
  display: block;
  margin-bottom: 20px;
}
.comment-box .comment-list .list > li .inner {
  display: flex;
}
.comment-box .comment-list .list > li .inner .avatar {
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .avatar {
    max-width: 60px;
    min-width: 60px;
  }
}
.comment-box .comment-list .list > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.comment-box .comment-list .list > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children {
  padding-left: 50px;
  list-style: none;
  margin: 0;
}
.comment-box .comment-list .list ul.children > li {
  display: block;
}
.comment-box .comment-list .list ul.children > li .inner {
  display: flex;
}
.comment-box .comment-list .list ul.children > li .inner .avatar {
  min-width: 50px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .avatar {
    min-width: 40px;
    max-width: 40px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list ul.children > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.comment-box .comment-list .list ul.children > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-form .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-form .cancel-comment-reply {
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-box .comment-form form .form-group {
  padding-top: 8px;
  padding-bottom: 8px;
}
.comment-box .comment-form form .form-group input[type=text],
.comment-box .comment-form form .form-group input[type=email],
.comment-box .comment-form form .form-group textarea {
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.comment-box .comment-form form .form-group input[type=text]:focus,
.comment-box .comment-form form .form-group input[type=email]:focus,
.comment-box .comment-form form .form-group textarea:focus {
  box-shadow: 0px 0px 6px 0px rgba(38, 40, 39, 0.27);
}
.comment-box .comment-form form .form-group div.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: red;
  margin-top: 8px;
}
.comment-box .comment-form form .form-submit {
  padding-top: 8px;
  position: relative;
}
.comment-box .comment-form form .form-submit input {
  border: 0;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px;
  line-height: 20px;
}

/** Loop Post */
.apartment_inner {
  position: relative;
  height: 100%;
  box-shadow: rgba(10, 35, 60, 0.04) 0px 2px 10px;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.25s;
}
.apartment_inner .-ap-image {
  position: relative;
  overflow: hidden;
}
.apartment_inner .-ap-image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.apartment_inner .-ap-image > a picture {
  display: block;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background-position: center;
}
.apartment_inner .-ap-image > a picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.apartment_inner .-ap-image > a > span {
  background: var(--second-Color);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  padding: 4px 10px 2px 10px;
  border-radius: 4px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.apartment_inner .-ap-info {
  padding: 16px 12px;
  position: relative;
}
.apartment_inner .-ap-info h4 {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.apartment_inner .-ap-info h4 a {
  color: #000;
}
.apartment_inner .-ap-info h4 a:hover {
  color: var(--hover-Color);
}
.apartment_inner .-ap-info .-lp-local {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 13px;
  gap: 0 6px;
  font-weight: 300;
}
.apartment_inner .-ap-info .-lp-local svg {
  height: 15px;
  width: 15px;
  fill: var(--primary-Color);
}
.apartment_inner .-ap-info .-lp-meta {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.apartment_inner .-ap-info .-lp-meta > li {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 0 6px;
  font-weight: 300;
}
.apartment_inner .-ap-info .-lp-meta > li svg {
  height: 15px;
  width: 15px;
  fill: var(--primary-Color);
}
.apartment_inner .-ap-info hr {
  margin-top: 11px;
  margin-bottom: 11px;
  border-color: #dfdfdf;
}
.apartment_inner .-ap-info .-lp-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apartment_inner .-ap-info .-lp-price .-price {
  font-size: 1.1rem;
  color: var(--second-Color);
}
.apartment_inner .-ap-info .-lp-price .-price strong small {
  font-weight: 300;
  font-size: 70%;
}
.apartment_inner .-ap-info .-lp-price .-more > a {
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 20px;
  padding: 5px 10px 5px;
  font-size: 13px;
  color: #555;
  transition: all 0.3s ease 0s;
}
.apartment_inner .-ap-info .-lp-price .-more > a:hover {
  color: var(--second-Color);
  border-color: var(--second-Color);
}

.post_inner {
  position: relative;
  height: 100%;
  box-shadow: rgba(10, 35, 60, 0.04) 0px 2px 10px;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.25s;
}
.post_inner .-lp-thumb {
  position: relative;
}
.post_inner .-lp-thumb > a {
  position: relative;
  display: block;
}
.post_inner .-lp-thumb > a picture {
  display: block;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background-position: center;
}
.post_inner .-lp-thumb > a picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.post_inner .-lp-info {
  padding: 16px 12px;
  position: relative;
}
.post_inner .-lp-info .-l-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.post_inner .-lp-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.post_inner .-lp-info h3 > a {
  color: #000;
}
.post_inner .-lp-info h3 > a:hover {
  color: var(--hover-Color);
}
.post_inner .-lp-info .-l-read > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--second-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.post_inner .-lp-info .-l-read > a svg {
  fill: var(--second-Color);
}/*# sourceMappingURL=blog.css.map */