/**
 * HEADING 
 */
.head_category {
  position: relative;
  font-family: var(--primary-Font);
}
.head_category .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--primary-Color);
}

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

.head_box {
  font-family: var(--primary-Font);
  position: relative;
}
.head_box .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  display: block;
}

/** Post Category */
.gv_post_category {
  position: relative;
  padding: 36px 0 36px;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row .col-left {
    padding-bottom: 32px;
  }
}
.gv_post_category .content-blog > .row {
  align-items: stretch;
}
.gv_post_category .content-blog .post-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

/** Post Detail */
.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 36px 0 36px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row .col-left {
    padding-bottom: 32px;
  }
}
/** Pagee Detail */
.gv_page_detail {
  position: relative;
  overflow: hidden;
  padding: 36px 0 36px;
}
@media (max-width: 991px) {
  .gv_page_detail .container .row .col-left {
    padding-bottom: 32px;
  }
}
/** Pagee Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 36px 0 36px;
}
@media (max-width: 991px) {
  .gv_page_contact .container .row .col-left {
    padding-bottom: 32px;
  }
}
.gv_page_contact .content-blog .name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--primary-Color);
}
.gv_page_contact .content-blog .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .content-blog .contact > li {
  display: block;
  position: relative;
}
.gv_page_contact .content-blog .contact > li p {
  padding: 10px 0;
  display: flex;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_page_contact .content-blog .contact > li p {
    padding: 16px 0;
    border-bottom: 1px dotted #ddd;
  }
}
.gv_page_contact .content-blog .contact > li p span.icon {
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  flex: 0 0 auto;
  background: #0c76b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
}
.gv_page_contact .content-blog .contact > li p span.icon svg {
  fill: #fff;
  height: 12px;
  width: 12px;
}
.gv_page_contact .content-blog .contact > li p span.text {
  flex: 1;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
}
.gv_page_contact .content-blog .maps {
  margin-top: 20px;
}
.gv_page_contact .content-blog .maps iframe {
  width: 100%;
}

/* Meta Line */
.meta-line {
  background: #f0f0f0;
  padding: 8px 16px;
  font-style: italic;
  font-size: 13px;
  color: #333;
  font-family: var(--primary-Font);
  margin-bottom: 24px;
  border-radius: 2px;
}
.meta-line span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.meta-line span i {
  margin-right: 7px;
}
.meta-line span + span {
  margin-left: 10px;
  padding-left: 10px;
}
.meta-line span + span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}

/**
 * TAGS
 */
.tags {
  margin-bottom: 20px;
  font-family: var(--primary-Font);
  position: relative;
}

/**
 * RELATED
 */
.related-list {
  font-family: var(--primary-Font);
  position: relative;
}
.related-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-list .list > li {
  position: relative;
  padding-bottom: 12px;
  font-size: 15px;
  padding-left: 16px;
  font-weight: 500;
}
.related-list .list > li::before {
  content: "";
  height: 5px;
  width: 5px;
  background: var(--primary-Color);
  position: absolute;
  left: 0;
  top: 10px;
}
.related-list .list > li:last-child {
  padding-bottom: 0;
}
.related-list .list > li > a {
  color: #000;
}
.related-list .list > li > a:hover {
  color: var(--primary-Color);
}/*# sourceMappingURL=blog.css.map */