/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.head_taxonomy .title::after {
  content: "";
  width: 117px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--second-Color);
  display: block;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 12px;
  position: relative;
}
.head_single .title::after {
  content: "";
  width: 117px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  display: block;
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 0px 0 40px;
}
.gv_post_category .container .row {
  margin-left: -8px;
  margin-right: -8px;
  align-items: stretch;
}
.gv_post_category .container .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.gv_post_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_post_category .blog-item {
  padding-bottom: 19px;
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 0px 0 40px;
}
@media (max-width: 991px) {
  .gv_post_single .container .row .clx-left {
    padding-bottom: 32px;
  }
}
.gv_post_single .sidebar-main {
  height: 100%;
}

/** Page Single */
.gv_page_single {
  position: relative;
  margin: 0px 0 48px;
}
.gv_page_single .content-wrap .head_section {
  padding-bottom: 20px;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  padding: 0px 0 40px;
  overflow: hidden;
}
.gv_page_contact .head_taxonomy {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_contact .contact-box .form {
  border: 1px solid var(--second-Color);
  padding: 40px 24px;
  background: #fff;
}
.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=number],
.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 {
  border-radius: 0;
  margin-bottom: 12px;
  border-color: var(--second-Color);
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  width: 100%;
  border-radius: 0;
}
.gv_page_contact .contact-box .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.gv_page_contact .contact-box .map {
  border: 1px solid var(--primary-Color);
}
.gv_page_contact .contact-box .map iframe {
  height: 380px;
  vertical-align: bottom;
  width: 100%;
}

/** Search Result */
.gv_search_result {
  position: relative;
  padding: 0px 0 40px;
  overflow: hidden;
}
.gv_search_result .container .row {
  margin-left: -8px;
  margin-right: -8px;
  align-items: stretch;
}
.gv_search_result .container .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.gv_search_result .head_taxonomy {
  margin-bottom: 24px;
}
.gv_search_result .blog-item {
  padding-bottom: 19px;
}

/** Content Box */
.content-box {
  position: relative;
  margin-bottom: 30px;
}
.content-box .head_single {
  padding-bottom: 12px;
}
.content-box .meta-box {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  margin-bottom: 20px;
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 12px;
  font-size: 13px;
}
.content-box .meta-box span svg {
  height: 12px;
  width: 12px;
  fill: var(--second-Color);
  margin: 5px;
}
.content-box article {
  margin-bottom: 24px;
}
/** Content Wrap */
.content-wrap article {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .content-wrap article {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .content-wrap article {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/** Related Box */
.related-box {
  position: relative;
  margin-bottom: 30px;
}
.related-box > .row {
  align-items: stretch;
  margin: 0 -8px;
}
.related-box > .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
}
.related-box .head_single {
  margin-bottom: 16px;
}
.related-box .post-item {
  margin-bottom: 19px;
}

/** 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 */
.project_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.project_inner .image {
  position: relative;
  overflow: hidden;
}
.project_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.project_inner .image > a picture {
  display: block;
  padding-bottom: 76.5%;
  position: relative;
  width: 100%;
  background-position: center;
}
.project_inner .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%;
}
.project_inner .image > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 100;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
.project_inner .image > a:hover::before {
  animation: imgShine 0.75s ease-in-out;
}
.project_inner .info {
  padding: 12px 14px;
  position: relative;
}
.project_inner .info .title {
  margin: 0px 0px 6px;
  padding: 0;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.project_inner .info .title a {
  display: block;
  color: var(--second-Color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.project_inner .info .place {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}
.project_inner .info .price {
  background: red;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.post_inner {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.post_inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post_inner .image > a {
  display: block;
}
.post_inner .image > a picture {
  position: relative;
  padding-bottom: 69%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.post_inner .image > a picture img {
  position: absolute;
  top: 0;
  left: 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%;
}
.post_inner .info {
  position: relative;
  padding: 8px 16px;
}
@media (max-width: 575px) {
  .post_inner .info {
    padding: 8px 12px;
  }
}
.post_inner .info .meta {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  padding: 10px 0px 10px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.post_inner .info .meta span {
  display: flex;
  align-items: center;
  color: #000;
  flex: 1;
  margin-right: 30px;
}
.post_inner .info .meta span svg {
  height: 12px;
  width: 12px;
  fill: #ff3e89;
  margin: 5px;
}
.post_inner .info .title {
  display: block;
  font-weight: 700;
  transition: all 0.6s ease;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 6px;
  line-height: 20px;
  padding: 10px 0px 0;
}
.post_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_inner .info .title a:hover {
  color: var(--second-Color);
}
.post_inner .info .desc {
  margin: 7px auto 20px;
  font-size: 13px;
  color: #616161;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
.post_inner .info hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #eaeaea;
  opacity: 1;
}
.post_inner .info .more-x {
  position: relative;
  text-align: center;
}
.post_inner .info .more-x a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 3px;
  display: block;
}
.post_inner .info .more-x a:hover {
  color: var(--primary-Color);
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=blog.css.map */