/**
 * HEADING 
 */
.head_single {
  position: relative;
  font-family: var(--primaryFont);
}
.head_single .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #222;
  text-transform: uppercase;
  display: block;
}

.head_blog {
  position: relative;
  font-family: var(--primaryFont);
}
.head_blog .title {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #222;
  display: block;
}

/** Project Archive
---------------------------------------------*/
.gv_project_archive {
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.gv_project_archive .info {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.gv_project_archive .info::after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #444;
}
.gv_project_archive .info .desc {
  font-size: 17px;
  font-weight: 300;
}
.gv_project_archive .project-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Project Single
---------------------------------------------*/
.gv_project_single {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
@media (max-width: 991px) {
  .gv_project_single .container > .row .col-left {
    padding-bottom: 24px;
  }
}

/** Project Category
---------------------------------------------*/
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
.gv_post_category .container > .row {
  align-items: stretch;
}
.gv_post_category .post-item {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Post Single
---------------------------------------------*/
.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row .col-left {
    padding-bottom: 24px;
  }
}

/** Page Contact
---------------------------------------------*/
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
@media (max-width: 991px) {
  .gv_page_contact .container > .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_contact .info .entry-content p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 1.5;
}
.gv_page_contact .form {
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.24);
}
.gv_page_contact .form .desc {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 12px;
}
.gv_page_contact .form .wpcf7-form .row > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_page_contact .form .wpcf7-form input[type=email],
.gv_page_contact .form .wpcf7-form input[type=tel],
.gv_page_contact .form .wpcf7-form input[type=text],
.gv_page_contact .form .wpcf7-form input[type=date],
.gv_page_contact .form .wpcf7-form select, .gv_page_contact .form .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cfcfcf;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.gv_page_contact .form .wpcf7-form textarea {
  height: 120px;
}
.gv_page_contact .form .wpcf7-form input.wpcf7-submit {
  margin-left: 2px;
  width: auto;
  outline: none;
  background: var(--primaryColor);
  padding: 13px 20px;
  line-height: 20px;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

/** Page Woocommerce
---------------------------------------------*/
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}

/* Content Detail */
.content_detail {
  background: #fff;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #ddd;
}
.content_detail .meta {
  font-size: 14px;
  color: #333;
  background: #f0f0f0;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-radius: 2px;
}
.content_detail .meta span {
  display: inline-block;
}
.content_detail .meta i {
  display: inline-block;
  padding: 0 8px;
}
.content_detail .tags {
  margin-bottom: 20px;
  position: relative;
}
.content_detail .related-list {
  position: relative;
}
.content_detail .related-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content_detail .related-list .list > li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.content_detail .related-list .list > li::after {
  content: "";
  height: 6px;
  width: 6px;
  background: var(--primaryColor);
  position: absolute;
  left: 0;
  top: 8px;
}
.content_detail .related-list .list > li > a {
  color: #333;
}
.content_detail .related-list .list > li > a:hover {
  color: var(--primaryColor);
}
.content_detail .related-list .list > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* Post Comment */
.post_comment {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 12px;
  padding: 12px 0;
}

/**
 * WOOCOMMERCE
 */
.woocommerce {
  width: 100%;
}
.woocommerce .details__content address {
  padding: 20px;
}
.woocommerce form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  flex-wrap: wrap;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
  font-weight: 600;
}
.woocommerce form .form-row textarea {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row span.password-input {
  width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row button.button {
  background: #0b6bbf;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce form p {
  margin-top: 20px;
}
.woocommerce form p button.button {
  background: black;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form p button.button:hover {
  background: darkorange;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout .woocommerce-billing-fields h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.woocommerce form.checkout #order_review_heading {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
.woocommerce form.checkout .woocommerce-additional-fields {
  padding-top: 20px;
}
.woocommerce form.checkout .woocommerce-additional-fields h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.5em 0;
  padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
  float: left;
  width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: right;
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.woocommerce .cart-collaterals .checkout-button {
  background: var(--primaryColor) !important;
  font-weight: 500 !important;
}

/**
 * PAGE NAV
 */
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}/*# sourceMappingURL=blog.css.map */