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

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

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-Color);
  display: block;
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  color: var(--primary-Color);
  display: block;
}

/**
 * PAGE CALCULATOR
 */
.gv_page_calculator {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_page_calculator .container > .row [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * PAGE DRIVE
 */
.gv_page_driver {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  font-family: var(--primary-Font);
}
.gv_page_driver .drive {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px #ddd;
  background: #FFF;
  padding: 40px;
}
.gv_page_driver .drive .form .wpcf7-form input, .gv_page_driver .drive .form .wpcf7-form select, .gv_page_driver .drive .form .wpcf7-form textarea {
  border: 1px solid #ccc;
  padding: 9px 15px;
  width: 100%;
  margin-bottom: 20px;
}
.gv_page_driver .drive .form .wpcf7-form input[type=checkbox] {
  width: auto;
}
.gv_page_driver .drive .form .wpcf7-form input.wpcf7-submit {
  border-color: #c4161c;
  background: #c4161c;
  color: #FFF;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

/**
 * PAGE GALLERY
 */
.gv_page_gallery {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_page_gallery .container > .row {
  margin-right: -5px;
  margin-left: -5px;
}
.gv_page_gallery .container > .row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.gv_page_gallery .gallery_item .inner {
  padding: 10px 0;
}
.gv_page_gallery .gallery_item .inner .image {
  position: relative;
  display: block;
}
.gv_page_gallery .gallery_item .inner .image a {
  position: relative;
  padding-bottom: 69%;
  display: block;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.gv_page_gallery .gallery_item .inner .image a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.gv_page_gallery .gallery_item .inner .image a h4 {
  background: rgba(0, 0, 0, 0.69);
  color: #fff;
  text-align: center;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
  margin: 0;
  transition: all 0.5s ease 0s;
}

/**
 * PAGE PRIZE
 */
.gv_page_prize {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
/**
 * PAGE AMORT
 */
.gv_page_amort {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_page_amort .container > .row {
  align-items: stretch;
}
.gv_page_amort .container > .row [class*=col-] {
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_page_amort .container > .row .col-left {
  border-right: 1px dashed #ccc;
}
.gv_page_amort .amort_box {
  height: 100%;
}
.gv_page_amort .form_box .name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.gv_page_amort .form_box .form {
  background: #fff;
  box-shadow: 0px 0px 6px 0px #ccc;
  padding: 20px;
}
.gv_page_amort .form_box .form .wpcf7-form input,
.gv_page_amort .form_box .form .wpcf7-form textarea,
.gv_page_amort .form_box .form .wpcf7-form select {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 9px 15px;
  margin-bottom: 15px;
}
.gv_page_amort .form_box .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 15px;
}
.gv_page_amort .form_box .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  margin-bottom: 0;
}
.gv_page_amort .form_box .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label > input {
  margin-bottom: 0;
}
.gv_page_amort .form_box .form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  white-space: nowrap;
}
.gv_page_amort .form_box .form .wpcf7-form input.wpcf7-submit {
  border: 0;
  padding: 10px 30px;
  background: red;
}

/**
 * PAGE CONTACT
 */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_page_contact .contact_box {
  border: 1px solid #ccc;
  padding: 25px;
}
.gv_page_contact .contact_box .note {
  background: #f2f2f2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gv_page_contact .contact_box .note b {
  color: red;
  font-weight: 400;
}
.gv_page_contact .contact_box .form_box .wpcf7-form input,
.gv_page_contact .contact_box .form_box .wpcf7-form textarea,
.gv_page_contact .contact_box .form_box .wpcf7-form select {
  border-radius: 0;
  border-color: #999;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.gv_page_contact .contact_box .form_box .wpcf7-form input.wpcf7-submit {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 30px;
  cursor: pointer;
}
.gv_page_contact .contact_box .form_box .wpcf7-form div > label {
  width: 230px;
  float: left;
}
.gv_page_contact .contact_box .form_box .wpcf7-form div > span {
  width: 100%;
  margin-left: 245px;
  max-width: 400px;
  display: block;
}

/**
 * PAGE
 */
.gv_page_single {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_page_single .contact_box {
  border: 1px solid #ccc;
  padding: 25px;
}
.gv_page_single .contact_box .note {
  background: #f2f2f2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gv_page_single .contact_box .note b {
  color: red;
  font-weight: 400;
}
.gv_page_single .contact_box .form_box .wpcf7-form input,
.gv_page_single .contact_box .form_box .wpcf7-form textarea,
.gv_page_single .contact_box .form_box .wpcf7-form select {
  border-radius: 0;
  border-color: #999;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.gv_page_single .contact_box .form_box .wpcf7-form input.wpcf7-submit {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 30px;
  cursor: pointer;
}
.gv_page_single .contact_box .form_box .wpcf7-form div > label {
  width: 230px;
  float: left;
}
.gv_page_single .contact_box .form_box .wpcf7-form div > span {
  width: 100%;
  margin-left: 245px;
  max-width: 400px;
  display: block;
}

/**
 * PAGE WOOCOMMERCE
 */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
}
/**
 * POST Single
 */
.gv_post_single {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_post_single .container > .row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row {
    padding-bottom: 24px;
  }
}
.gv_post_single .container > .row > [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
.gv_post_single .content-box {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 24px;
}
.gv_post_single .content-box article {
  margin-bottom: 24px;
}
/**
 * POST Category
 */
.gv_post_category {
  position: relative;
  overflow: hidden;
  font-family: var(--primary-Font);
}
.gv_post_category .content-blog > .row {
  align-items: stretch;
}
.gv_post_category .content-blog > .row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 100%;
}
.gv_post_category .content-blog .post-item .post_inner {
  background: var(--primary-Color);
}
.gv_post_category .content-blog .post-item .post_inner .info h3 {
  font-weight: 600;
}
.gv_post_category .content-blog .post-item .post_inner .info h3 a {
  color: #fff;
}
.gv_post_category .content-blog .post-item .post_inner .info h3 a:hover {
  color: #fff;
}

/** Meta */
.meta-line {
  font-style: italic;
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  padding: 8px 8px;
  border-radius: 8px;
}
.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%);
}

/** Tag */
.tags {
  font-size: 15px;
}
.tags > b {
  text-transform: uppercase;
}
.tags a {
  color: red;
  font-weight: 400;
}

/** Related */
.related-list > .row {
  align-items: stretch;
}
.related-list > .row > [class=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/**
 * CALCULATE
 */
.table_model table {
  width: 100%;
}
.table_model table tbody tr td {
  font-size: 14px;
  padding-bottom: 20px;
}
.table_model table tbody tr td:first-child {
  width: 120px;
}
.table_model table tbody tr td select {
  width: 100%;
  height: 2.45em;
  min-height: auto;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  padding: 0 15px;
}
.table_model .button-wrap {
  text-align: right;
}
.table_model .button-wrap button {
  background: #c4161c;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  padding: 6px 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.table_calc table {
  width: 100%;
}
.table_calc table tbody tr td {
  padding-bottom: 10px;
  font-size: 15px;
}
.table_calc table tbody tr td:last-child {
  text-align: right;
}
.table_calc table tfoot tr {
  border-top: 2px solid #000;
}
.table_calc table tfoot tr td {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.table_calc table tfoot tr td:last-child {
  text-align: right;
}
.table_calc table tfoot tr td > span {
  font-size: 20px;
  font-weight: 700;
  color: red;
  white-space: nowrap;
}

/**
 * AMORT
 */
/**
 * TABLE PRIZE
 */
.table-price .item-price {
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
  margin-bottom: 20px;
}
.table-price .item-price .name-title {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
}
.table-price .item-price img {
  width: 100%;
  height: auto;
}
.table-price .item-price table {
  width: 100%;
  margin-bottom: 20px;
}
.table-price .item-price table thead tr {
  background: #eaeaea;
}
.table-price .item-price table thead tr td {
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
}
.table-price .item-price table thead tr td + td {
  border-left: 1px solid #ddd;
}
.table-price .item-price table tbody tr td {
  border: 1px solid #eaeaea;
  padding: 5px 7px;
  text-align: center;
}
.table-price .item-price table tbody tr td b {
  color: red;
}/*# sourceMappingURL=blog.css.map */