/** Topbar
--------------------------------*/
.gv_topbar_block {
  position: relative;
  background: #f3f3f3;
  min-height: 40px;
  height: 40px;
}
@media (max-width: 991.89px) {
  .gv_topbar_block {
    display: none;
  }
}
.gv_topbar_block .container {
  height: 100%;
}
.gv_topbar_block .container > .row {
  height: 100%;
  align-items: center;
}
.gv_topbar_block .col-left {
  display: flex;
  align-items: center;
}
.gv_topbar_block .col-left span {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.gv_topbar_block .col-left span i {
  margin-right: 3px;
}
.gv_topbar_block .col-right {
  display: flex;
  justify-content: flex-end;
}
.gv_topbar_block .col-right form {
  position: relative;
}
.gv_topbar_block .col-right form input {
  border: 1px solid #ebebeb;
  font-size: 14px;
  height: 32px;
  width: 220px;
  border-radius: 16px;
  padding: 0 35px 0 15px;
  vertical-align: middle;
  outline: none;
  background-color: #fff;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.gv_topbar_block .col-right form input:hover {
  box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}
.gv_topbar_block .col-right form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  background: none;
  box-shadow: none !important;
  border: none;
  color: #ff4081 !important;
  line-height: 35px;
  outline: none;
}

/** Header Main
--------------------------------*/
.gv_header_block {
  position: relative;
  width: 100%;
  transition: all 0.5s ease;
  padding: 10px 0;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
@media (max-width: 991px) {
  .gv_header_block {
    display: none;
  }
}
.gv_header_block .container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gv_header_block .container .flex .fx-left {
  max-width: 230px;
  min-width: 230px;
}
.gv_header_block .container .flex .fx-right {
  padding-left: 20px;
  flex: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .gv_header_block .container .flex .flex-left {
    max-width: auto;
    min-width: auto;
  }
}
.gv_header_block .fx-left a {
  position: relative;
  display: inline-block;
}
.gv_header_block .fx-left a img {
  height: 80px;
  width: 80px;
}
.gv_header_block .fx-right {
  display: flex;
  justify-content: flex-end;
}
.gv_header_block .fx-right .menu-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_header_block .fx-right .menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_header_block .fx-right .menu-nav > li {
  display: inline-block;
  position: relative;
  margin: 0 7px;
  transition: background-color 0.3s;
}
.gv_header_block .fx-right .menu-nav > li > a {
  display: block;
  line-height: 50px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 25px 15px;
  z-index: 5;
  position: relative;
  text-transform: uppercase;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu {
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 20px 20px;
  opacity: 0;
  margin: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #ddd;
  color: #777;
  background-color: #fff;
  text-align: left;
  display: table;
  left: -99999px;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li {
  position: relative;
  display: block;
  padding: 0 10px;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li > a {
  display: block;
  padding: 12px 0px 10px;
  color: #555;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 20px;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul {
  display: none;
  position: absolute;
  left: 100%;
  min-width: 260px;
  list-style: none;
  padding: 20px;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul > li {
  position: relative;
  display: block;
  padding: 0 10px;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul > li > a {
  display: block;
  padding: 12px 0px 10px;
  color: #555;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 20px;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul > li:hover > a {
  color: var(--second-color);
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul > li:hover > ul {
  display: block;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li ul > li:last-child > a {
  border-bottom: 0;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li:hover > a {
  color: var(--second-color);
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li:hover > ul {
  display: block;
}
.gv_header_block .fx-right .menu-nav > li > .sub-menu > li:last-child > a {
  border-bottom: 0;
}
.gv_header_block .fx-right .menu-nav > li:hover > a {
  color: var(--second-color);
  border-color: var(--second-color);
}
.gv_header_block .fx-right .menu-nav > li:hover > .sub-menu {
  opacity: 1;
  max-height: inherit;
  left: -15px;
}
.gv_header_block .fx-right .menu-nav > li:first-child {
  margin-left: 0;
}
.gv_header_block .fx-right .menu-nav > li:last-child {
  margin-right: 0;
}
.gv_header_block .fx-right .menu-nav > li.home.active > a,
.gv_header_block .fx-right .menu-nav > li.current-menu-item > a,
.gv_header_block .fx-right .menu-nav > li.current-menu-parent > a,
.gv_header_block .fx-right .menu-nav > li.current-menu-ancestor > a {
  color: var(--second-color);
  border-color: var(--second-color);
}
.gv_header_block .fx-right .menu-nav > li.home.active > i.arrow,
.gv_header_block .fx-right .menu-nav > li.current-menu-item > i.arrow,
.gv_header_block .fx-right .menu-nav > li.current-menu-parent > i.arrow,
.gv_header_block .fx-right .menu-nav > li.current-menu-ancestor > i.arrow {
  color: var(--second-color);
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children::before {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: -999;
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children::after {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children > i.arrow {
  position: absolute;
  top: 17px;
  right: 8px;
  display: block;
  font-size: 16px;
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children:hover::before {
  transition: opacity 0.25s;
  opacity: 1;
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children:hover::after {
  transition: opacity 0.25s;
  opacity: 1;
}
.gv_header_block .fx-right .menu-nav > li.menu-item-has-children:hover > i.arrow {
  color: var(--second-color);
}

.gv_header_block.fixed {
  position: fixed;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  animation: stuckMoveDown 0.6s;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
}

/** Header Mobile
--------------------------------*/
.gv_mobile_block {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  background: #fff;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
  z-index: 99;
}
@media (min-width: 992px) {
  .gv_mobile_block {
    display: none;
  }
}
.gv_mobile_block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.gv_mobile_block .flex [class*=flex-] {
  padding-right: 5px;
  padding-left: 5px;
}
.gv_mobile_block .flex .flex-left {
  flex: 1 1 0;
  margin-right: auto;
}
.gv_mobile_block .flex .flex-right {
  flex: 1 1 0;
  margin-left: auto;
}
.gv_mobile_block .flex .flex-central {
  padding: 0 20px;
  flex: 1;
  width: 100%;
}
.gv_mobile_block .flex-left .bars {
  display: flex;
  align-items: center;
}
.gv_mobile_block .flex-left .bars .menu_bar_open {
  width: 30px;
  display: block;
  cursor: pointer;
}
.gv_mobile_block .flex-left .bars .menu_bar_open i.line {
  height: 3px;
  width: 100%;
  display: block;
  background: var(--primary-color);
  margin-bottom: 6px;
  border-radius: 3px;
  line-height: 1;
}
.gv_mobile_block .flex-left .bars .menu_bar_open i.line:last-child {
  margin-bottom: 0;
}
.gv_mobile_block .flex-central {
  text-align: center;
  position: relative;
  padding: 0px 0;
}
.gv_mobile_block .flex-central a {
  display: block;
}
.gv_mobile_block .flex-central a img {
  height: 60px;
  width: 60px;
}

.gv_mobile_block.fixed {
  position: fixed;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  animation: stuckMoveDown 0.6s;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
}

/** Banner
--------------------------------*/
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .col-left {
  position: relative;
}
@media (max-width: 991px) {
  .gv_banner_block .col-left {
    display: none;
  }
}
.gv_banner_block .col-left .mega-name {
  background: var(--primary-color);
  padding: 0 15px;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
}
.gv_banner_block .col-left .mega-nav {
  border: 1px solid #ddd;
  border-top-color: var(--second-color);
  padding: 10px 0 10px;
  position: relative;
  list-style: none;
  margin: 0;
}
.gv_banner_block .col-left .mega-nav > li {
  display: block;
}
.gv_banner_block .col-left .mega-nav > li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 7px 15px;
  position: relative;
  display: block;
  line-height: 1.4;
  border: none;
  transition: all 0.3s ease 0s;
}
.gv_banner_block .col-left .mega-nav > li a:hover {
  color: var(--second-color);
}
.gv_banner_block .col-left .mega-nav > li:first-child a {
  color: var(--second-color);
}
.gv_banner_block .col-right .owl-carousel .owl-nav > [class*=owl-] {
  height: 40px;
  width: 40px;
  border: none;
  background: var(--primary-color);
}
.gv_banner_block .col-right .owl-carousel .owl-nav > [class*=owl-] i {
  color: #fff;
  font-size: 26px;
}
.gv_banner_block .col-right .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
.gv_banner_block .col-right .owl-carousel .owl-nav .owl-prev:hover {
  background: var(--primary-color);
  color: #fff;
}
.gv_banner_block .col-right .owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.gv_banner_block .col-right .owl-carousel .owl-nav .owl-next:hover {
  background: var(--primary-color);
  color: #fff;
}
.gv_banner_block .col-right .banner-item {
  display: block;
  position: relative;
  background-position: center;
  width: 100%;
}
.gv_banner_block .col-right .banner-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .gv_banner_block .col-right .banner-item img {
    width: 100%;
    height: 100%;
    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%;
  }
}

/** Introduct
--------------------------------*/
.gv_section_introduct {
  position: relative;
  overflow: hidden;
}
.gv_section_introduct .container > .row {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ddd;
}
.gv_section_introduct .container > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.gv_section_introduct .container > .flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.gv_section_introduct .container > .flex > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
@media (max-width: 767px) {
  .gv_section_introduct .container > .flex > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_introduct .intro-item {
  border-right: 1px solid #ddd;
}
.gv_section_introduct .intro-item .box {
  padding: 15px;
  display: flex;
  align-items: center;
}
.gv_section_introduct .intro-item .box .icon {
  min-width: 53px;
  max-width: 53px;
}
.gv_section_introduct .intro-item .box .icon span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  background-position: center;
  width: 100%;
  border-radius: 50%;
  transition: transform 0.3s;
}
.gv_section_introduct .intro-item .box .icon span img {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.3s ease 0s;
}
.gv_section_introduct .intro-item .box .icon span:hover {
  transform: scale(1.1);
}
.gv_section_introduct .intro-item .box .name {
  flex: 1;
  padding-left: 15px;
}
.gv_section_introduct .intro-item .box .name h4 {
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--primary-color);
}
.gv_section_introduct .intro-item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .gv_section_introduct .intro-item:nth-child(2n) {
    border-right: 0;
  }
}
.gv_section_introduct .gallery-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_introduct .gallery-item .image a {
  display: block;
  position: relative;
}
.gv_section_introduct .gallery-item .image a img {
  width: 100%;
  height: auto;
}

/** Category
--------------------------------*/
.gv_section_category {
  position: relative;
}
.gv_section_category .block-cate {
  position: relative;
  padding: 20px 0;
}
.gv_section_category .block-cate .slick-nav {
  display: flex;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}
.gv_section_category .block-cate .slick-nav button {
  border: 1px solid var(--primary-color);
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0 5px;
}
.gv_section_category .block-cate .slick-nav button i {
  font-size: 16px;
}
.gv_section_category .block-cate .slick-nav button.arrow-prev {
  padding-right: 1px;
}
.gv_section_category .block-cate .slick-nav button.arrow-next {
  padding-left: 1px;
}
.gv_section_category .block-cate .category-item {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px;
  width: 100%;
  text-align: center;
}
.gv_section_category .block-cate .gallery-item .image {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_category .block-cate .gallery-item .image a img {
  width: 100%;
  height: auto;
}

/** About
--------------------------------*/
.gv_section_about {
  position: relative;
  overflow: hidden;
  background-position: 0% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.gv_section_about::before {
  background-color: rgba(244, 244, 244, 0.37);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.gv_section_about .container {
  position: relative;
  z-index: 3;
}
.gv_section_about .container > .row {
  align-items: stretch;
}
.gv_section_about .container > .row [class*=col-] {
  min-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gv_section_about .col-left .desc {
  font-size: 16px;
  line-height: 1.6;
}
.gv_section_about .col-right .image img {
  width: 100%;
  border-radius: 4px;
  height: auto;
}
.gv_section_about .col-box .box {
  height: 100%;
  background: #fff;
  padding: 20px 40px 20px 40px;
}
.gv_section_about .col-box .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_section_about .col-box .box ul > li {
  position: relative;
  padding: 9px 0 9px 25px;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #ececec;
}
.gv_section_about .col-box .box ul > li i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 16px;
  color: var(--primary-color);
  display: inline-block;
}

/** News
--------------------------------*/
.gv_section_news {
  position: relative;
  overflow: hidden;
}
.gv_section_news .owl-carousel .owl-nav [class*=owl-] {
  border: 0;
  background: var(--primary-color);
  height: 40px;
  width: 40px;
  margin: 0;
}
.gv_section_news .owl-carousel .owl-nav [class*=owl-] i {
  color: #fff;
}
.gv_section_news .owl-carousel .owl-nav .owl-prev {
  left: -40px;
}
.gv_section_news .owl-carousel .owl-nav .owl-prev:hover {
  background: var(--second-color);
}
.gv_section_news .owl-carousel .owl-nav .owl-next {
  right: -40px;
}
.gv_section_news .owl-carousel .owl-nav .owl-next:hover {
  background: var(--second-color);
}
@media (max-width: 767px) {
  .gv_section_news .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .gv_section_news .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
/** Partner
--------------------------------*/
.gv_section_partner {
  position: relative;
  overflow: hidden;
}
.gv_section_partner .owl-carousel .owl-nav [class*=owl-] {
  border: 0;
  background: var(--primary-color);
  height: 40px;
  width: 40px;
  margin: 0;
}
.gv_section_partner .owl-carousel .owl-nav [class*=owl-] i {
  color: #fff;
}
.gv_section_partner .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
.gv_section_partner .owl-carousel .owl-nav .owl-prev:hover {
  background: var(--second-color);
}
.gv_section_partner .owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.gv_section_partner .owl-carousel .owl-nav .owl-next:hover {
  background: var(--second-color);
}
@media (max-width: 767px) {
  .gv_section_partner .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .gv_section_partner .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_section_partner .partner-item .image {
  display: block;
}
.gv_section_partner .partner-item .image a {
  display: block;
  position: relative;
}
.gv_section_partner .partner-item .image a img {
  width: 100%;
  height: auto;
}

/** Consult
--------------------------------*/
.gv_section_consult {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}
.gv_section_consult .consult-box > .row {
  align-items: stretch;
}
.gv_section_consult .consult-box > .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_consult .consult-box .head_panel .title span {
  font-weight: 500;
  color: #333;
}
.gv_section_consult .consult-box .consult-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_consult .consult-box .consult-item .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .gv_section_consult .consult-box .consult-item .inner {
    flex-wrap: wrap;
  }
}
.gv_section_consult .consult-box .consult-item .inner .image {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .gv_section_consult .consult-box .consult-item .inner .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_consult .consult-box .consult-item .inner .image span {
  display: block;
  height: 75px;
  width: 75px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background-position: center;
}
@media (max-width: 575px) {
  .gv_section_consult .consult-box .consult-item .inner .image span {
    margin: 0 auto;
  }
}
.gv_section_consult .consult-box .consult-item .inner .image span img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_consult .consult-box .consult-item .inner .name {
  flex: 1;
  max-width: 100%;
  padding-left: 16px;
}
@media (max-width: 575px) {
  .gv_section_consult .consult-box .consult-item .inner .name {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 16px;
    text-align: center;
  }
}
.gv_section_consult .consult-box .consult-item .inner .name h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.gv_section_consult .consult-box .consult-item .inner .name p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  color: #444;
}
.gv_section_consult .consult-box .consult-item .inner .name span {
  font-size: 16px;
  font-weight: 600;
  color: red;
}

/** Product Blog
--------------------------------*/
.gv_product_blog {
  position: relative;
}
@media (max-width: 991px) {
  .gv_product_blog main > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .gv_product_blog main > .row .col-left {
    display: none;
  }
}
.gv_product_blog main > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_product_blog .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
/** Product Detail */
.gv_product_detail {
  position: relative;
}
/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
}

/** Post Single */
.gv_post_single {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .gv_post_single .container > .row .col-left {
    display: none;
  }
}
.gv_post_single .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

/** Post Archive */
.gv_post_archive {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_post_archive .container > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .gv_post_archive .container > .row .col-left {
    display: none;
  }
}
.gv_post_archive .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_post_archive .post-item {
  margin-bottom: 30px;
  position: relative;
}
.gv_post_archive .post-item:last-child {
  margin-bottom: 15px;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
}
.gv_page_contact > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

/** Footer */
.gv_footer_block {
  position: relative;
  overflow: hidden;
  background: #252525;
  color: #fff;
}
.gv_footer_block .container > .row .col-left {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_footer_block .container > .row .col-right .widget_item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_footer_block .logo {
  display: block;
  padding-bottom: 12px;
}
.gv_footer_block .logo a img {
  height: 85px;
  width: 85px;
}
.gv_footer_block .name {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0px;
}
.gv_footer_block .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .contact > li {
  display: block;
  padding-bottom: 11px;
  position: relative;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.gv_footer_block .contact > li p {
  margin-bottom: 0;
}
.gv_footer_block .contact > li p i {
  margin-right: 3px;
}
.gv_footer_block .contact > li:last-child {
  margin-bottom: 0;
}
.gv_footer_block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .menu > li {
  display: block;
  position: relative;
  margin-bottom: 11px;
  font-size: 14.5px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.gv_footer_block .menu > li > a {
  color: #fff;
}
.gv_footer_block .menu > li > a:hover {
  color: var(--second-color);
}
.gv_footer_block .menu > li:last-child {
  margin-bottom: 0;
}
.gv_footer_block .subcribe {
  position: relative;
  padding-bottom: 20px;
}
.gv_footer_block .subcribe .wpcf7-form {
  position: relative;
}
.gv_footer_block .subcribe .wpcf7-form input[type=email] {
  border: 0;
  border-radius: 4px;
  padding: 16px 15px;
  width: 100%;
  outline: none;
  background: #fff;
  font-size: 17px;
  color: #333;
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.gv_footer_block .subcribe .wpcf7-form input.wpcf7-submit {
  padding: 0 26px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 53px;
  line-height: 40px;
  box-shadow: none;
  border: solid 1px #a4cd39;
  background: #a4cd39;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-indent: -99999px;
  background: url("../images/search.png") #ff4081 center no-repeat;
  margin: 0;
}
.gv_footer_block .maps iframe {
  width: 100%;
  height: 310px;
}
.gv_footer_block .social {
  display: flex;
  flex-wrap: wrap;
}
.gv_footer_block .social > a {
  display: flex;
  height: 30px;
  width: 44px;
  color: #fff;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.gv_footer_block .social > a i {
  font-size: 16px;
}
.gv_footer_block .copy {
  padding-top: 40px;
  display: block;
}
.gv_footer_block .copy p {
  font-size: 15px;
  margin: 0;
}/*# sourceMappingURL=mobile.css.map */