<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:         G5Plus Ruby Build
Theme URI:          http://themes.g5plus.net/ruby-build/
Description:        Ruby Build is a business theme designed specifically for construction, and dedicated to the corporate industries, building companies and those that offer building services. &lt;a href="http://www.g5plus.net"&gt;Visit site&lt;/a&gt;
Version:            1.6
Author:             g5plus
Author URI:         http://g5plus.net/

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-ruby-build
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Base FrameWork
 * 2.0 - Core
 * 3.0 - Typography
 * 4.0 - Widget
 * 5.0 - Header
 * 6.0 - Footer
 * 7.0 - Blog
 * 8.0 - ShortCode
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */

/**
* 1.0 - Base FrameWork
* ----------------------------------------------------------------------------
*/
/**
* Search Popup
* ----------------------------------------------------------------------------
*/
.search-popup-wrap {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.search-popup-form {
  color: #FFF;
  background-color: #FFF;
  padding: 3px;
}
input[type="search"].search-popup-field {
  background-color: #222;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 20px;
  height: 60px;
  font-size: 18px;
}
input[type="search"].search-popup-field::-webkit-input-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field:-moz-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field::-moz-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field:-ms-input-placeholder {
  color: #fefefe;
}
.search-popup-button {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}
.search-popup-button &gt; i {
  vertical-align: top;
}
.search-popup-result {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  color: #666;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.search-popup-result.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
ul.search-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-popup-list li {
  padding-left: 20px;
  padding-right: 20px;
}
ul.search-popup-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
ul.search-popup-list .sa-post-title {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
}
ul.search-popup-list .sa-post-meta {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 5px;
  color: #989898;
}
ul.search-popup-list .sa-post-excerpt {
  letter-spacing: 0.08em;
  margin-top: 10px;
}
/**
* Zoom effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Newspaper effect
* ----------------------------------------------------------------------------
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-horizontal effect
* ----------------------------------------------------------------------------
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-from-top effect
* ----------------------------------------------------------------------------
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
.mfp-move-from-top .mfp-close,
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-from-top.mfp-ready .mfp-close {
  opacity: 1;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-removing .mfp-close,
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/**
* 3d unfold
* ----------------------------------------------------------------------------
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Zoom-out effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Simple fade transition
* ----------------------------------------------------------------------------
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#gf-wrapper .vc_col-has-fill &gt; .vc_column-inner,
#gf-wrapper .vc_row-has-fill &gt; .vc_column_container &gt; .vc_column-inner {
  padding-top: 0;
}
#gf-wrapper [class*="vc_column-gap-"] &gt; .vc_column_container {
  padding-top: 0;
  padding-bottom: 0;
}
#gf-wrapper .vc_row &gt; .gf-container,
#gf-wrapper #primary-content:not(.gf-content-full-width) .gf-container {
  padding-left: 0;
  padding-right: 0;
}
.container,
.container-1 {
  max-width: 100%;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.gf-bg-overlay-wrap {
  position: relative !important;
  z-index: 1;
}
.gf-bg-overlay-wrap .gf-bg-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  content: '';
  z-index: 1;
}
.gf-bg-overlay-wrap .wpb_wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vc_row.vc_row-flex &gt; .gf-container {
    width: 100%;
  }
}
.vc_row.vc_row-flex &gt; .gf-container {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex &gt; .gf-container:after,
.vc_row.vc_row-flex &gt; .gf-container:before {
  display: none;
}
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_column_container {
  display: flex;
}
.vc_ie-flexbox-fixer &gt; .gf-container,
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner &gt; * {
    min-height: 1em;
  }
}
.vc_row.vc_row-o-columns-stretch &gt; .gf-container {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.vc_row.vc_row-o-columns-top &gt; .gf-container {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom &gt; .gf-container {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-columns-middle &gt; .gf-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom &gt; .gf-container::after,
.vc_row.vc_row-o-columns-middle &gt; .gf-container::after,
.vc_row.vc_row-o-columns-top &gt; .gf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_row-o-content-top &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle &gt; .gf-container &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_ie-flexbox-fixer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_ie-flexbox-fixer &gt; .vc_row &gt; .gf-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_row.vc_column-gap-1 &gt; .gf-container &gt; .vc_column_container {
  padding: .5px;
}
.vc_row.vc_column-gap-2 &gt; .gf-container &gt; .vc_column_container {
  padding: 1px;
}
.vc_row.vc_column-gap-3 &gt; .gf-container &gt; .vc_column_container {
  padding: 1.5px;
}
.vc_row.vc_column-gap-4 &gt; .gf-container &gt; .vc_column_container {
  padding: 2px;
}
.vc_row.vc_column-gap-5 &gt; .gf-container &gt; .vc_column_container {
  padding: 2.5px;
}
.vc_row.vc_column-gap-10 &gt; .gf-container &gt; .vc_column_container {
  padding: 5px;
}
.vc_row.vc_column-gap-15 &gt; .gf-container &gt; .vc_column_container {
  padding: 7.5px;
}
.vc_row.vc_column-gap-20 &gt; .gf-container &gt; .vc_column_container {
  padding: 10px;
}
.vc_row.vc_column-gap-25 &gt; .gf-container &gt; .vc_column_container {
  padding: 12.5px;
}
.vc_row.vc_column-gap-30 &gt; .gf-container &gt; .vc_column_container {
  padding: 15px;
}
.vc_row.vc_column-gap-35 &gt; .gf-container &gt; .vc_column_container {
  padding: 17.5px;
}
.vc_section.vc_section-flex &gt; .gf-container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.vc_section.vc_section-flex &gt; .gf-container:after,
.vc_section.vc_section-flex &gt; .gf-container:before {
  display: none;
}
.vc_section.vc_section-o-content-top &gt; .gf-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_section.vc_section-o-content-bottom &gt; .gf-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_section.vc_section-o-content-middle &gt; .gf-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_section.vc_section-o-content-bottom &gt; .gf-container::after,
.vc_section.vc_section-o-content-middle &gt; .gf-container::after,
.vc_section.vc_section-o-content-top &gt; .gf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_column-gap-1 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-1 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: .5px;
  padding-right: .5px;
}
.vc_row.vc_column-gap-2 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-2 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 1px;
  padding-right: 1px;
}
.vc_row.vc_column-gap-3 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-3 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.vc_row.vc_column-gap-4 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-4 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 2px;
  padding-right: 2px;
}
.vc_row.vc_column-gap-5 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-5 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.vc_row.vc_column-gap-10 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-10 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_row.vc_column-gap-15 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-15 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.vc_row.vc_column-gap-20 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-20 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_row.vc_column-gap-25 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-25 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.vc_row.vc_column-gap-30 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-30 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_column-gap-35 &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_column-gap-35 &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column,
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-flex &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-o-equal-height &gt; .gf-container &gt; .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-top &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-bottom &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container &gt; .vc_column-inner,
.vc_row.vc_row-o-content-middle &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container &gt; .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column &gt; .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .gf-container &gt; .vc_vc_column_inner &gt; .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-drawer-mode-toggle {
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-drawer-mode-toggle .top-drawer-inner {
  display: none;
}
.top-drawer-toggle {
  position: absolute;
  right: 0;
  border-top: 35px solid #363839;
  border-left: 35px solid transparent;
  cursor: pointer;
}
.top-drawer-toggle a {
  position: absolute;
  left: -14px;
  top: -30px;
  color: #fff;
  font-size: 12px;
  line-height: normal;
}
/**
* 2.0 Core
* ----------------------------------------------------------------------------
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
#gf-wrapper {
  position: relative;
  overflow: hidden;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  border: 1px solid;
  line-height: 1;
  max-width: 100%;
  height: 49px;
}
textarea {
  height: auto;
}
.required {
  color: #00634f !important;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-left: -1px;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner &gt; * {
  margin: auto;
}
/**
* Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacify 600ms ease 200ms;
  -moz-transition: opacify 600ms ease 200ms;
  -ms-transition: opacify 600ms ease 200ms;
  -o-transition: opacify 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
/**
* Hidden Mobile
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 991px) {
  .gf-hidden-mobile {
    display: none;
  }
}
.gf-border-bottom {
  border-bottom: 1px solid;
  border-color: inherit;
}
.gf-border-top {
  border-top: 1px solid;
  border-color: inherit;
}
/**
* Toggle Icon
* ----------------------------------------------------------------------------
*/
.gf-toggle-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 25px;
}
.gf-toggle-icon &gt; span {
  background: #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: background 0.3s 0s ease-in-out;
  -moz-transition: background 0.3s 0s ease-in-out;
  -ms-transition: background 0.3s 0s ease-in-out;
  -o-transition: background 0.3s 0s ease-in-out;
}
.gf-toggle-icon &gt; span:after,
.gf-toggle-icon &gt; span:before {
  background-color: #000;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
}
.gf-toggle-icon &gt; span:before {
  top: 8px;
}
.gf-toggle-icon &gt; span:after {
  top: -8px;
}
.gf-toggle-icon.in &gt; span {
  background: transparent !important;
}
.gf-toggle-icon.in &gt; span:after,
.gf-toggle-icon.in &gt; span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s 0s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s 0s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s 0s ease-in-out;
  top: 0;
}
.gf-toggle-icon.in &gt; span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}
.gf-toggle-icon.in &gt; span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}
/**
* Canvas Sidebar
* ----------------------------------------------------------------------------
*/
.canvas-sidebar-wrapper {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 100000;
  left: 0;
  visibility: hidden;
  padding-top: 30px;
  border-bottom: 30px solid transparent !important;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  padding: 0 30px 0 30px;
}
.canvas-sidebar-wrapper .close-canvas {
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  text-align: center;
}
.canvas-sidebar-wrapper.right {
  right: 0;
  left: auto;
  visibility: visible;
  margin-right: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
}
.canvas-sidebar-wrapper.right .close-canvas {
  left: 10px;
  right: auto;
}
.canvas-sidebar-wrapper.left {
  margin-left: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  body.off-canvas-in .canvas-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
body.bordered.off-canvas-in .canvas-overlay,
body.framed.off-canvas-in .canvas-overlay,
body.boxed.off-canvas-in .canvas-overlay {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
body.bordered.off-canvas-in #gf-wrapper,
body.framed.off-canvas-in #gf-wrapper,
body.boxed.off-canvas-in #gf-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.off-canvas-right #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
body.off-canvas-right.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.off-canvas-left #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}
body.off-canvas-left.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in {
  margin: 0 !important;
  visibility: visible;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in .canvas-sidebar-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  opacity: 1;
}
/**
* Background Color Overlay
* ----------------------------------------------------------------------------
*/
.gf-section-bg-overlay {
  position: relative;
}
.gf-section-bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/**
* Table Cell Layout
* ----------------------------------------------------------------------------
*/
.gf-table-cell-right,
.gf-table-cell-left {
  display: inline-block;
}
.gf-table-cell {
  display: table;
  width: 100%;
  line-height: 0;
}
.gf-table-cell .gf-table-cell-left {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.gf-table-cell .gf-table-cell-right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  background-color: #666;
}
.back-to-top i {
  font-size: 22px;
  position: relative;
  top: 9px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
ul.gf-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul.gf-inline &gt; li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.gf-inline &gt; li:last-child {
  margin-right: 0 !important;
}
.gf-hover-circle {
  position: relative;
}
.gf-hover-circle:after,
.gf-hover-circle:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid;
  border-color: inherit;
}
.gf-hover-circle:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 0;
}
.gf-hover-circle:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/**
 * Gutter
 * ----------------------------------------------------------------------------
 */
.gf-gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gf-gutter-0 &gt; [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gf-gutter-0 &gt; article {
  padding-bottom: 0;
}
.gf-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gf-gutter-10 &gt; [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gf-gutter-10 &gt; article,
.gf-gutter-10 &gt; .grid-item {
  padding-bottom: 10px;
}
.gf-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gf-gutter-20 &gt; [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gf-gutter-20 &gt; article,
.gf-gutter-20 &gt; .grid-item {
  padding-bottom: 20px;
}
.gf-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gf-gutter-30 &gt; [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.gf-gutter-30 &gt; article,
.gf-gutter-30 &gt; .grid-item {
  padding-bottom: 30px;
}
/**
* No Result
* ----------------------------------------------------------------------------
*/
.gf-no-results {
  text-align: center;
}
.gf-no-results .search-form {
  display: inline-block;
}
.gf-no-results .search-form .search-field {
  width: 350px;
}
.gf-no-results &gt; p {
  font-size: 14px;
}
.gf-no-results h2 {
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 10px;
}
.gf-no-results h2 span {
  position: relative;
  display: inline-block;
}
.gf-no-results h2 span:after,
.gf-no-results h2 span:before {
  content: '';
  display: block;
  border-top: 1px solid #ffffff;
  position: absolute;
  width: 1000px;
  top: 50%;
}
.gf-no-results h2 span:after {
  right: 100%;
  margin-right: 30px;
}
.gf-no-results h2 span:before {
  left: 100%;
  margin-left: 30px;
}
.gf-no-widget-content,
.gf-content-block-none {
  padding: 10px;
  border: 2px dashed;
}
.gf-no-widget-content.dark,
.gf-content-block-none.dark {
  border: none;
  background-color: #222;
  color: #eee;
  padding: 20px 0;
}
.gf-404-wrap {
  text-align: center;
}
.gf-404-wrap h2 {
  font-size: 25.0em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0;
}
.gf-404-wrap h4 {
  font-size: 3.43em;
}
@media (max-width: 992px) {
  .gf-404-wrap {
    text-align: center;
  }
  .gf-404-wrap h2 {
    font-size: 15em;
  }
  .gf-404-wrap h4 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .gf-404-wrap h2 {
    font-size: 8rem;
  }
  .gf-404-wrap h4 {
    font-size: 1.5em;
  }
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  padding-top: 10px;
}
/**
* Owl Carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'] {
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: default;
  background-color: rgba(35, 34, 34, 0.5);
}
@media (max-width: 440px) {
  .owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'] {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 2.5px !important;
  }
}
.gf-heading-title {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.mfp-wrap {
  z-index: 999999;
}
.owl-carousel.carousel-gutter-30 .carousel-item {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel.carousel-gutter-30 .carousel-item &gt; article {
  margin-bottom: 30px;
}
.owl-carousel.carousel-gutter-30 .owl-dots {
  margin-top: 40px !important;
}
.owl-carousel.carousel-gutter-20 .carousel-item {
  margin-left: -10px;
  margin-right: -10px;
}
.owl-carousel.carousel-gutter-20 .carousel-item &gt; article {
  margin-bottom: 20px;
}
.owl-carousel.carousel-gutter-20 .owl-dots {
  margin-top: 50px !important;
}
.owl-carousel.carousel-gutter-10 .carousel-item {
  margin-left: -5px;
  margin-right: -5px;
}
.owl-carousel.carousel-gutter-10 .carousel-item &gt; article {
  margin-bottom: 10px;
}
.owl-carousel.carousel-gutter-10 .owl-dots {
  margin-top: 60px !important;
}
/*
Hover Effect
----------------------------------------
*/
.gsf-hover-jazz .entry-thumbnail,
.gsf-hover-layla .entry-thumbnail,
.gsf-hover-suprema .entry-thumbnail,
.gsf-hover-bubba .entry-thumbnail {
  overflow: hidden;
}
.gsf-hover-jazz .entry-thumbnail:after,
.gsf-hover-layla .entry-thumbnail:after,
.gsf-hover-suprema .entry-thumbnail:after,
.gsf-hover-bubba .entry-thumbnail:after,
.gsf-hover-jazz .entry-thumbnail:before,
.gsf-hover-layla .entry-thumbnail:before,
.gsf-hover-suprema .entry-thumbnail:before,
.gsf-hover-bubba .entry-thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.gsf-hover-jazz:hover .entry-thumbnail:after,
.gsf-hover-layla:hover .entry-thumbnail:after,
.gsf-hover-suprema:hover .entry-thumbnail:after,
.gsf-hover-bubba:hover .entry-thumbnail:after,
.gsf-hover-jazz:hover .entry-thumbnail:before,
.gsf-hover-layla:hover .entry-thumbnail:before,
.gsf-hover-suprema:hover .entry-thumbnail:before,
.gsf-hover-bubba:hover .entry-thumbnail:before {
  opacity: 1;
}
.gsf-hover-layla .entry-thumbnail:after,
.gsf-hover-bubba .entry-thumbnail:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.gsf-hover-layla .entry-thumbnail:before,
.gsf-hover-bubba .entry-thumbnail:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
.gsf-hover-layla:hover .entry-thumbnail:after {
  left: 10px;
  right: 10px;
}
.gsf-hover-layla:hover .entry-thumbnail:before {
  top: 10px;
  bottom: 10px;
}
.gsf-hover-suprema .entry-thumbnail:before,
.gsf-hover-suprema .entry-thumbnail:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  -moz-transition: opacity 0.2s ease, -moz-transform 0s 0.2s;
  -ms-transition: opacity 0.2s ease, -ms-transform 0s 0.2s;
  -o-transition: opacity 0.2s ease, -o-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gsf-hover-suprema .entry-thumbnail:before {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 50%;
}
.gsf-hover-suprema .entry-thumbnail:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.gsf-hover-suprema:hover .entry-thumbnail:before {
  -webkit-transition: opacity 0.3s ease 50ms, -webkit-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -moz-transition: opacity 0.3s ease 50ms, -moz-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -ms-transition: opacity 0.3s ease 50ms, -ms-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: opacity 0.3s ease 50ms, -o-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-1000px);
  -moz-transform: rotate(-45deg) translateX(-1000px);
  -ms-transform: rotate(-45deg) translateX(-1000px);
  -o-transform: rotate(-45deg) translateX(-1000px);
}
.gsf-hover-suprema:hover .entry-thumbnail:after {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -moz-transition: opacity 0.4s ease, -moz-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -ms-transition: opacity 0.4s ease, -ms-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: opacity 0.4s ease, -o-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(1000px);
  -moz-transform: rotate(-45deg) translateX(1000px);
  -ms-transform: rotate(-45deg) translateX(1000px);
  -o-transform: rotate(-45deg) translateX(1000px);
}
.gsf-hover-bubba:hover .entry-thumbnail:after {
  left: 25px;
  right: 25px;
}
.gsf-hover-bubba:hover .entry-thumbnail:before {
  top: 25px;
  bottom: 25px;
}
.gsf-hover-jazz .entry-thumbnail:before {
  width: 100%;
  height: 100%;
  top: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
}
.gsf-hover-jazz:hover .entry-thumbnail:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
}
.gsf-col-base {
  width: 1.666666666666667%;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
@keyframes load-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(270deg);
    -moz-transform: translateX(-50%) rotate(270deg);
    -ms-transform: translateX(-50%) rotate(270deg);
    -o-transform: translateX(-50%) rotate(270deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
  }
}
[data-items-wrapper] {
  position: relative;
}
[data-items-wrapper] .gsf-content-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-items-wrapper] .gsf-content-loading:before,
[data-items-wrapper] .gsf-content-loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
[data-items-wrapper] .gsf-content-loading:after {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
[data-items-wrapper].loading .gsf-content-loading:before,
[data-items-wrapper].loading .gsf-content-loading:after {
  opacity: 1;
  visibility: visible;
  animation: load-spin 500ms infinite linear;
  -webkit-animation: load-spin 500ms infinite linear;
}
.gf-page-title {
  background-color: #f9f9f9;
}
.page-title-inner {
  padding: 50px 0;
}
.page-title-inner h1 {
  margin: 0;
  font-size: 24px;
}
ul.gf-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
ul.gf-breadcrumbs li {
  display: inline-block;
}
ul.gf-breadcrumbs li.breadcrumb-prefix {
  margin-right: 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep:last-child {
  display: none;
}
.page-title-container h1 {
  letter-spacing: 0.001em;
}
.breadcrumbs-container ul.gf-breadcrumbs {
  display: inline-block;
  background-color: #000;
  padding: 6px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs-container ul.gf-breadcrumbs li {
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 0.069em;
}
.breadcrumbs-container ul.gf-breadcrumbs li.breadcrumb-sep {
  font-size: 0;
}
.breadcrumbs-container ul.gf-breadcrumbs li.breadcrumb-sep:before {
  content: '&gt;';
  font-size: 12px;
}
.breadcrumbs-container ul.gf-breadcrumbs li.breadcrumb-leaf {
  color: #f5f5f5 !important;
}
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 13.5px 38px;
  font-size: 12px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wp-block-button__link.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
.btn.btn-outline {
  border-width: 2px;
  padding: 12.5px 38px;
}
.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
.wp-block-button__link:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus,
.wp-block-button__link.focus,
input[type="submit"].focus,
input[type="button"].focus,
input[type="reset"].focus,
.btn.focus {
  text-decoration: none;
}
.wp-block-button__link:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active,
.wp-block-button__link.active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.btn.active {
  outline: 0;
  background-image: none;
}
.wp-block-button__link.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
.btn.disabled,
.wp-block-button__link[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
.btn[disabled],
fieldset[disabled] .wp-block-button__link,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.wp-block-button__link:not(.has-background):not(.has-text-color),
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ff5800;
  background-color: #00634f;
  border-color: #00634f;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #ffffff !important;
  background-color: #2a2d2e;
  border-color: #2a2d2e;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
input[type="reset"].disabled:hover,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] input[type="button"]:hover,
fieldset[disabled] input[type="reset"]:hover,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled:focus,
input[type="submit"].disabled:focus,
input[type="button"].disabled:focus,
input[type="reset"].disabled:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:focus,
input[type="submit"][disabled]:focus,
input[type="button"][disabled]:focus,
input[type="reset"][disabled]:focus,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] input[type="button"]:focus,
fieldset[disabled] input[type="reset"]:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled.focus,
input[type="submit"].disabled.focus,
input[type="button"].disabled.focus,
input[type="reset"].disabled.focus,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled].focus,
input[type="submit"][disabled].focus,
input[type="button"][disabled].focus,
input[type="reset"][disabled].focus,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color).focus,
fieldset[disabled] input[type="submit"].focus,
fieldset[disabled] input[type="button"].focus,
fieldset[disabled] input[type="reset"].focus {
  background-color: #00634f;
  border-color: #00634f;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d,
input[type="submit"].btn-3d,
input[type="button"].btn-3d,
input[type="reset"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #003026 !important;
  -moz-box-shadow: 0 5px 0 #003026 !important;
  box-shadow: 0 5px 0 #003026 !important;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d:focus,
input[type="submit"].btn-3d:focus,
input[type="button"].btn-3d:focus,
input[type="reset"].btn-3d:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d:hover,
input[type="submit"].btn-3d:hover,
input[type="button"].btn-3d:hover,
input[type="reset"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #003026 !important;
  -moz-box-shadow: 0 2px 0 #003026 !important;
  box-shadow: 0 2px 0 #003026 !important;
  color: #ff5800 !important;
  background-color: #00634f !important;
  border-color: #00634f !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color {
  border-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid currentcolor;
  color: #00634f;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #00634f;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
  color: #333;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-xs {
  padding: 7px 22px;
  font-size: 11px;
  line-height: 20px;
}
.btn.btn-xs.btn-outline {
  border-width: 2px;
  padding: 6px 22px;
}
.btn.btn-sm {
  padding: 11px 33px;
  font-size: 11px;
  line-height: 20px;
}
.btn.btn-sm.btn-outline {
  border-width: 2px;
  padding: 10px 33px;
}
.btn.btn-md {
  padding: 13.5px 38px;
  font-size: 12px;
  line-height: 20px;
}
.btn.btn-md.btn-outline {
  border-width: 2px;
  padding: 12.5px 38px;
}
.btn.btn-lg {
  padding: 15px 43px;
  font-size: 11px;
  line-height: 20px;
}
.btn.btn-lg.btn-outline {
  border-width: 2px;
  padding: 14px 43px;
}
.btn.btn-xl {
  padding: 17.5px 51px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-xl.btn-outline {
  border-width: 2px;
  padding: 16.5px 51px;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link,
.btn.btn-round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.btn.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-icon-left &gt; i {
  margin-right: 10px;
}
.btn.btn-icon-right &gt; i {
  margin-left: 10px;
}
.btn.btn-primary {
  color: #ff5800;
  background-color: #00634f;
  border-color: #00634f;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #00634f;
  border-color: #00634f;
}
.btn.btn-primary.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #003026 !important;
  -moz-box-shadow: 0 5px 0 #003026 !important;
  box-shadow: 0 5px 0 #003026 !important;
}
.btn.btn-primary.btn-3d:focus,
.btn.btn-primary.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #003026 !important;
  -moz-box-shadow: 0 2px 0 #003026 !important;
  box-shadow: 0 2px 0 #003026 !important;
  color: #ff5800 !important;
  background-color: #00634f !important;
  border-color: #00634f !important;
}
.btn.btn-primary.btn-outline {
  color: #00634f;
  background-color: transparent;
  border-color: #00634f;
}
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:hover {
  color: #ff5800 !important;
  background-color: #00634f;
  border-color: #00634f;
}
.btn.btn-primary.btn-outline.disabled:hover,
.btn.btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline.disabled:focus,
.btn.btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline.disabled.focus,
.btn.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-outline.focus {
  background-color: transparent;
  border-color: #00634f;
}
.btn.btn-primary.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
}
.btn.btn-primary.btn-outline.btn-3d:focus,
.btn.btn-primary.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  color: #00634f !important;
  background-color: transparent !important;
  border-color: #00634f !important;
}
.btn.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled.focus,
.btn.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #e6e6e6 !important;
  -moz-box-shadow: 0 5px 0 #e6e6e6 !important;
  box-shadow: 0 5px 0 #e6e6e6 !important;
}
.btn.btn-white.btn-3d:focus,
.btn.btn-white.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #e6e6e6 !important;
  -moz-box-shadow: 0 2px 0 #e6e6e6 !important;
  box-shadow: 0 2px 0 #e6e6e6 !important;
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn.btn-white.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-white.btn-outline.disabled:hover,
.btn.btn-white.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline.disabled:focus,
.btn.btn-white.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline.disabled.focus,
.btn.btn-white.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-white.btn-outline.focus {
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-white.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
}
.btn.btn-white.btn-outline.btn-3d:focus,
.btn.btn-white.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn.btn-gray {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn.btn-gray:focus,
.btn.btn-gray:hover {
  color: #f8f8f8 !important;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-gray.disabled:hover,
.btn.btn-gray[disabled]:hover,
fieldset[disabled] .btn.btn-gray:hover,
.btn.btn-gray.disabled:focus,
.btn.btn-gray[disabled]:focus,
fieldset[disabled] .btn.btn-gray:focus,
.btn.btn-gray.disabled.focus,
.btn.btn-gray[disabled].focus,
fieldset[disabled] .btn.btn-gray.focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn.btn-gray.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #dfdfdf !important;
  -moz-box-shadow: 0 5px 0 #dfdfdf !important;
  box-shadow: 0 5px 0 #dfdfdf !important;
}
.btn.btn-gray.btn-3d:focus,
.btn.btn-gray.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #dfdfdf !important;
  -moz-box-shadow: 0 2px 0 #dfdfdf !important;
  box-shadow: 0 2px 0 #dfdfdf !important;
  color: #333333 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn.btn-gray.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #cacaca;
}
.btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline:hover {
  color: #f8f8f8 !important;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-gray.btn-outline.disabled:hover,
.btn.btn-gray.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline.disabled:focus,
.btn.btn-gray.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline.disabled.focus,
.btn.btn-gray.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-gray.btn-outline.focus {
  background-color: transparent;
  border-color: #cacaca;
}
.btn.btn-gray.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
}
.btn.btn-gray.btn-outline.btn-3d:focus,
.btn.btn-gray.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-black:focus,
.btn.btn-black:hover {
  color: #ff5800 !important;
  background-color: #00634f;
  border-color: #00634f;
}
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled.focus,
.btn.btn-black[disabled].focus,
fieldset[disabled] .btn.btn-black.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-black.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #000000 !important;
  -moz-box-shadow: 0 5px 0 #000000 !important;
  box-shadow: 0 5px 0 #000000 !important;
}
.btn.btn-black.btn-3d:focus,
.btn.btn-black.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #000000 !important;
  -moz-box-shadow: 0 2px 0 #000000 !important;
  box-shadow: 0 2px 0 #000000 !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn.btn-black.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline:hover {
  color: #ff5800 !important;
  background-color: #00634f;
  border-color: #00634f;
}
.btn.btn-black.btn-outline.disabled:hover,
.btn.btn-black.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-black.btn-outline:hover,
.btn.btn-black.btn-outline.disabled:focus,
.btn.btn-black.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline.disabled.focus,
.btn.btn-black.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-black.btn-outline.focus {
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0) !important;
}
.btn.btn-black.btn-outline.btn-3d:focus,
.btn.btn-black.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-container.btn-inline {
  display: inline-block;
}
ul.gf-social-icon {
  font-size: 14px;
  padding-left: 0;
}
ul.gf-social-icon &gt; li {
  margin: 0 10px 10px 0;
  display: inline-block;
  color: #a1a1a1;
}
ul.social-icon-circle &gt; li &gt; a {
  width: 39px;
  height: 39px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  /*&amp;:extend(.bg-accent-color);
		&amp;:extend(.border-accent-color);*/
  position: relative;
}
ul.social-icon-circle &gt; li &gt; a &gt; i {
  line-height: 39px;
}
ul.social-icon-square &gt; li &gt; a {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.3);
  letter-spacing: 0.1em;
  display: inline-block;
  background-color: #f7f7f7;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
ul.social-icon-square &gt; li &gt; a i {
  position: absolute;
  margin-left: -5px;
  line-height: 38px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: opacity 0.5s transform 0.5s;
  -moz-transition: opacity 0.5s transform 0.5s;
  -ms-transition: opacity 0.5s transform 0.5s;
  -o-transition: opacity 0.5s transform 0.5s;
}
ul.social-icon-square &gt; li &gt; a:hover i,
ul.social-icon-square &gt; li &gt; a:focus i {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
ul.social-icon-circle-outline &gt; li &gt; a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/**
 * 3.0 - Typography
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Montserrat';
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  position: relative;
  line-height: 1.73;
  letter-spacing: 0.03em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-top: 35px;
  margin-bottom: 15px;
}
h1 &gt; a,
h2 &gt; a,
h3 &gt; a,
h4 &gt; a,
h5 &gt; a,
h6 &gt; a {
  color: inherit;
}
h1 &gt; a:hover,
h2 &gt; a:hover,
h3 &gt; a:hover,
h4 &gt; a:hover,
h5 &gt; a:hover,
h6 &gt; a:hover,
h1 &gt; a:focus,
h2 &gt; a:focus,
h3 &gt; a:focus,
h4 &gt; a:focus,
h5 &gt; a:focus,
h6 &gt; a:focus,
h1 &gt; a:active,
h2 &gt; a:active,
h3 &gt; a:active,
h4 &gt; a:active,
h5 &gt; a:active,
h6 &gt; a:active {
  text-decoration: none;
}
h1 {
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
}
h2 {
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
}
h3 {
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: 700;
}
h4 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
}
p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.73;
}
input,
textarea,
button,
select {
  outline: none;
}
::-moz-selection {
  background-color: #00634f;
  color: #ff5800;
}
::selection {
  background-color: #00634f;
  color: #ff5800;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.alignleft {
  margin: 5px 20px 15px 0;
  float: left;
}
.gsf-padding-1-1 {
  margin-left: 5%;
  margin-right: 5%;
}
.gsf-padding-0-1 {
  margin-right: 5%;
}
.rtl .gsf-padding-0-1 {
  margin-right: auto;
  margin-left: 5%;
}
.gsf-padding-1-0 {
  margin-left: 5%;
}
.rtl .gsf-padding-1-0 {
  margin-left: auto;
  margin-right: 5%;
}
.gsf-padding-2-2 {
  margin-left: 10%;
  margin-right: 10%;
}
.gsf-padding-2-1 {
  margin-left: 10%;
  margin-right: 5%;
}
.rtl .gsf-padding-2-1 {
  margin-left: 5%;
  margin-right: 10%;
}
.gsf-padding-1-2 {
  margin-left: 5%;
  margin-right: 10%;
}
.rtl .gsf-padding-1-2 {
  margin-left: 10%;
  margin-right: 5%;
}
.gsf-padding-0-2 {
  margin-right: 10%;
}
.rtl .gsf-padding-0-2 {
  margin-left: 10%;
  margin-right: auto;
}
.gsf-padding-2-0 {
  margin-left: 10%;
}
.rtl .gsf-padding-2-0 {
  margin-left: auto;
  margin-right: 10%;
}
.gsf-padding-3-3 {
  margin-left: 15%;
  margin-right: 15%;
}
.gsf-padding-0-3 {
  margin-right: 15%;
}
.rtl .gsf-padding-0-3 {
  margin-right: auto;
  margin-left: 15%;
}
.gsf-padding-3-0 {
  margin-left: 15%;
}
.rtl .gsf-padding-3-0 {
  margin-left: auto;
  margin-right: 15%;
}
.gsf-padding-1-1,
.gsf-padding-1-0,
.gsf-padding-0-1,
.gsf-padding-2-2,
.gsf-padding-0-2,
.gsf-padding-2-0,
.gsf-padding-2-1,
.gsf-padding-1-2,
.gsf-padding-3-3 {
  position: relative;
}
.gsf-padding-1-1:after,
.gsf-padding-1-0:after,
.gsf-padding-0-1:after,
.gsf-padding-2-2:after,
.gsf-padding-0-2:after,
.gsf-padding-2-0:after,
.gsf-padding-2-1:after,
.gsf-padding-1-2:after,
.gsf-padding-3-3:after,
.gsf-padding-1-1:before,
.gsf-padding-0-1:before,
.gsf-padding-1-0:before,
.gsf-padding-2-2:before,
.gsf-padding-0-2:before,
.gsf-padding-2-0:before,
.gsf-padding-2-1:before,
.gsf-padding-1-2:before,
.gsf-padding-3-3:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #dadada;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.gsf-padding-1-0:before,
.gsf-padding-1-1:before,
.gsf-padding-1-2:before {
  left: -6%;
  content: '\21E5';
}
.rtl .gsf-padding-1-0:before,
.rtl .gsf-padding-1-1:before,
.rtl .gsf-padding-1-2:before {
  left: auto;
  right: -6%;
}
.gsf-padding-0-1:after,
.gsf-padding-1-1:after,
.gsf-padding-2-1:after {
  right: -6%;
  content: '\21E4';
}
.rtl .gsf-padding-0-1:after,
.rtl .gsf-padding-1-1:after,
.rtl .gsf-padding-2-1:after {
  right: auto;
  left: -6%;
}
.gsf-padding-2-2:before,
.gsf-padding-2-1:before {
  content: '\21E5\21E5';
  left: -12%;
}
.rtl .gsf-padding-2-2:before,
.rtl .gsf-padding-2-1:before {
  left: auto;
  right: -12%;
}
.gsf-padding-2-2:after,
.gsf-padding-1-2:after {
  content: '\21E4\21E4';
  right: -12%;
}
.rtl .gsf-padding-2-2:after,
.rtl .gsf-padding-1-2:after {
  right: auto;
  left: -12%;
}
.gsf-padding-3-3:before {
  content: '\21E5\21E5\21E5';
  left: -22%;
}
.rtl .gsf-padding-3-3:before {
  left: auto;
  right: -22%;
}
.gsf-padding-3-3:after {
  content: '\21E4\21E4\21E4';
  right: -22%;
}
.rtl .gsf-padding-3-3:after {
  right: auto;
  left: -22%;
}
.mceContentBody.mceContentBody:hover .gsf-padding-1-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-0:after,
.mceContentBody.mceContentBody:hover .gsf-padding-0-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-0-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-0:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-3-3:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-0-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-1-0:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-0-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-0:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-1-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-3-3:before {
  opacity: 1;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 3.75em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
  font-family: 'Poppins';
}
[class*="gsf-dropcap-"] {
  display: inline-block;
}
[class*="gsf-dropcap-"]::first-letter {
  display: inline-block;
  float: left;
  margin: 0 8px -10px 0;
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  font-weight: 600;
  text-transform: uppercase;
}
.gsf-dropcap-default::first-letter {
  height: 80px;
  line-height: 80px;
  padding-right: 12px;
  padding-bottom: 25px;
}
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter {
  color: #fff;
  padding: 0 11px;
}
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-square-outline::first-letter {
  background: transparent;
  border: 2px solid #00634f;
  padding: 0 11px;
}
.gsf-dropcap-circle::first-letter,
.gsf-dropcap-circle-outline::first-letter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
[class*="gsf-highlighted"] {
  padding: 0 3px;
}
.gsf-highlighted-red {
  background-color: red;
}
.gsf-highlighted-yellow {
  background-color: yellow;
}
[class*="gsf-list"] {
  padding-left: 20px;
  line-height: 1.8;
  list-style-type: none;
}
[class*="gsf-list"] li {
  position: relative;
}
[class*="gsf-list"] li:before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: '';
  display: block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
}
.gsf-list-check li:before {
  content: '\f00c';
}
.gsf-list-star li:before {
  content: '\f005';
}
.gsf-list-edit li:before {
  content: '\f044';
}
.gsf-list-folder li:before {
  content: '\f07b';
}
.gsf-list-file li:before {
  content: '\f15b';
}
.gsf-list-heart li:before {
  content: '\f004';
}
.gsf-list-asterisk li:before {
  content: '\f069';
}
.gsf-divider-small {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.gsf-divider-tiny {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.gsf-divider-large {
  border-top-width: 2px;
}
.alert.gsf-alert {
  border-color: #ddd;
  background-color: #eee;
}
.gf-entry-content h1,
.gf-entry-content h2,
.gf-entry-content h3,
.gf-entry-content h4,
.gf-entry-content h5,
.gf-entry-content h6,
.gf-entry-content p,
.gf-entry-content hr,
.gf-entry-content dl,
.gf-entry-content blockquote,
.gf-entry-content table,
.gf-entry-content ul,
.gf-entry-content ol,
.gf-entry-content address,
.gf-entry-content pre,
.gf-entry-content figure {
  margin-bottom: 20px;
}
.gf-entry-content h1:last-child,
.gf-entry-content h2:last-child,
.gf-entry-content h3:last-child,
.gf-entry-content h4:last-child,
.gf-entry-content h5:last-child,
.gf-entry-content h6:last-child,
.gf-entry-content p:last-child,
.gf-entry-content hr:last-child,
.gf-entry-content dl:last-child,
.gf-entry-content blockquote:last-child,
.gf-entry-content table:last-child,
.gf-entry-content ul:last-child,
.gf-entry-content ol:last-child,
.gf-entry-content address:last-child,
.gf-entry-content pre:last-child,
.gf-entry-content figure:last-child {
  margin-bottom: 0;
}
.gf-entry-content iframe {
  max-width: 100%;
}
.gf-entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #ffffff;
  clear: both;
}
.gf-entry-content table {
  border: 1px solid #ffffff;
}
.gf-entry-content td,
.gf-entry-content th {
  padding: 8px;
  border: 1px solid #ffffff;
  vertical-align: top;
}
.gf-entry-content thead th {
  font-weight: bold;
  vertical-align: bottom;
  background-color: #f7f7f7;
}
.gf-entry-content thead:first-child &gt; tr:first-child &gt; td,
.gf-entry-content thead:first-child &gt; tr:first-child &gt; th {
  border-top: none;
}
.gf-entry-content dt,
.gf-entry-content dd {
  line-height: 2;
}
.gf-entry-content dd {
  margin-bottom: 15px;
}
.gf-entry-content ul,
.gf-entry-content ol {
  padding-left: 30px;
}
.gf-entry-content li {
  line-height: 1.8;
}
.gf-entry-content li &gt; ul,
.gf-entry-content li &gt; ol {
  margin-bottom: 0;
}
.gf-entry-content address {
  line-height: 1.8;
  font-style: italic;
}
.gf-entry-content .wp-block-code,
.gf-entry-content pre {
  padding: 15px;
  background-color: #f7f7f7;
}
.gf-entry-content .wp-block-code code,
.gf-entry-content pre code {
  font-family: inherit;
}
.gf-entry-content label {
  vertical-align: top;
}
.gf-entry-content label input {
  vertical-align: middle;
}
.gf-entry-content figure,
.gf-entry-content img {
  max-width: 100%;
  height: auto;
}
.gf-entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px;
}
.gf-entry-content figure.aligncenter {
  margin: 20px auto;
}
.gf-entry-content figure.aligncenter img {
  display: inline-block;
}
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption {
  font-size: 13px;
  font-style: italic;
  background-color: #f7f7f7;
  border-left: 2px solid #00634f;
  padding: 2px 0 2px 5px;
  margin: 5px 0 0 0;
}
.gf-entry-content .gallery-caption {
  background-color: transparent !important;
  border: none;
  padding: 0;
  text-align: center;
}
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large) {
  font-size: 110%;
  background-color: #fcfcfc;
  border-left: none;
  padding: 60px 35px 50px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before {
  content: '\f10e';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  font-size: 30px;
  font-family: 'FontAwesome';
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  line-height: 101px;
  border-radius: 50%;
  text-align: center;
}
.gf-entry-content blockquote.gsf-blockquote-right,
.gf-entry-content blockquote.gsf-blockquote-left {
  font-size: 20px;
}
.gf-entry-content blockquote.gsf-blockquote-right {
  border-left: none;
  border-right: solid 5px #00634f;
  text-align: right;
}
.gf-entry-content blockquote.gsf-blockquote-left {
  border-left: solid 5px #00634f;
}
.gf-entry-content .twitter-tweet {
  width: 100% !important;
}
.gf-entry-content .gallery {
  margin: 0 -5px 10px -5px;
}
.gf-entry-content .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gf-entry-content .gallery-icon img {
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  padding: 5px;
}
.gf-entry-content .gallery-icon img:hover {
  border-color: #00634f !important;
}
.gf-entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gf-entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gf-entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gf-entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gf-entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gf-entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gf-entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gf-entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gf-entry-content .gallery-columns-6 .gallery-caption,
.gf-entry-content .gallery-columns-7 .gallery-caption,
.gf-entry-content .gallery-columns-8 .gallery-caption,
.gf-entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}
.gf-entry-content .page-links {
  float: left;
  width: 100%;
}
.gf-entry-content .page-links span {
  display: inline-block;
  margin-right: 1px;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.gf-entry-content .bypostauthor,
.gf-entry-content .sticky {
  color: inherit;
}
.gf-entry-content .mce-menu {
  z-index: 999999 !important;
}
.gf-entry-content ul.wp-block-gallery {
  padding: 0;
}
.gf-entry-content .wp-block-pullquote {
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  color: #333333;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large) {
  background-color: transparent !important;
  padding: 0;
  margin-top: 0;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before {
  display: none;
}
.gf-entry-content .wp-block-quote.is-style-large,
.gf-entry-content .wp-block-quote.is-large {
  font-size: 20px;
  border-left: solid 5px #00634f;
}
.gf-entry-content .wp-block-quote.is-style-large .wp-block-quote__citation,
.gf-entry-content .wp-block-quote.is-large .wp-block-quote__citation {
  font-size: 18px;
}
.gf-entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.gf-entry-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
/**
* 4.0 - Widget
* ----------------------------------------------------------------------------
*/
.widget ul li a {
  color: inherit;
}
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a:active {
  text-decoration: none;
}
.widget {
  margin-bottom: 80px;
}
.widget .screen-reader-text {
  display: none;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget-heading + .widget .widget-title {
  display: none;
}
.widget-mg-bottom-23 {
  margin-bottom: 23px !important;
}
.widget-mg-bottom-32 {
  margin-bottom: 32px !important;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_product_categories .current_page_ancestor &gt; ul,
.widget_product_categories .current_page_parent &gt; ul,
.widget_product_categories .current-cat-parent &gt; ul,
.widget_product_categories .current-cat-ancestor &gt; ul {
  display: block;
}
.widget_rss ul .rsswidget {
  font-weight: bold;
}
.widget_rss ul .rss-date {
  font-style: italic;
  margin: 5px 0;
  display: block;
}
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_calendar .calendar_wrap caption {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  color: #666666;
  background-color: #f7f7f7;
  border: solid 1px #ffffff;
  margin-bottom: 5px;
  text-align: center;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar td.active,
.widget_calendar #wp-calendar th {
  background-color: #f7f7f7;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #ffffff;
  text-align: center;
  padding: 5px 0;
}
.widget_calendar #wp-calendar tfoot td {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 0 0;
  font-size: 13px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
.search-form {
  position: relative;
  border-color: transparent !important;
  border-radius: 5px;
}
.search-form .search-field {
  width: 100%;
  padding: 0 75px 0 40px;
  border-color: transparent !important;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 33px;
  background-color: transparent !important;
  border-color: transparent !important;
  height: 100%;
}
.search-form .search-submit i {
  line-height: inherit;
}
.tagcloud {
  font-size: 0;
}
.tagcloud &gt; a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 4px 4px 0;
  font-size: 12px !important;
  line-height: 20px;
  padding: 9px 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.tagcloud &gt; a:hover,
.tagcloud &gt; a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .tagcloud &gt; a {
    padding: 6px 20px;
  }
}
.gf-sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .gf-sidebar-canvas {
    margin-top: 0;
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100000;
    left: 0;
    padding: 0;
    margin-left: -300px;
    -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s visibility 0.1s 1s;
    -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s visibility 0.1s 1s;
    -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s visibility 0.1s 1s;
    -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s visibility 0.1s 1s;
  }
  .gf-sidebar-canvas .primary-sidebar-inner {
    height: 100%;
    position: relative;
    padding: 0 30px;
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .gf-sidebar-canvas.in {
    margin-left: 0;
    -webkit-box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .gf-sidebar-canvas.in .primary-sidebar-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .gf-sidebar-toggle {
    position: absolute;
    top: 300px;
    left: 100%;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #353535;
    color: #f7f7f7;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
}
.gsf-field-select-inner select {
  width: 100%;
}
.widget {
  margin-bottom: 55px;
}
.widget-title {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .widget {
    margin-bottom: 20px;
  }
}
/**
* Search Form
* ----------------------------------------------------------------------------
*/
.search-form input[type="search"].search-field {
  font-size: 12px;
  height: 58px;
  font-style: italic;
}
.widget_meta ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_archive ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.woocommerce.widget_product_categories ul ul {
  display: none;
}
.widget_meta a,
.widget_categories a,
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a,
.woocommerce.widget_product_categories a {
  color: inherit;
}
.widget_meta a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_rss a:hover,
.woocommerce.widget_product_categories a:hover,
.widget_meta a:focus,
.widget_categories a:focus,
.widget_nav_menu a:focus,
.widget_archive a:focus,
.widget_pages a:focus,
.widget_recent_comments a:focus,
.widget_recent_entries a:focus,
.widget_rss a:focus,
.woocommerce.widget_product_categories a:focus,
.widget_meta a:active,
.widget_categories a:active,
.widget_nav_menu a:active,
.widget_archive a:active,
.widget_pages a:active,
.widget_recent_comments a:active,
.widget_recent_entries a:active,
.widget_rss a:active,
.woocommerce.widget_product_categories a:active {
  text-decoration: none;
}
.widget_meta .count,
.widget_categories .count,
.widget_nav_menu .count,
.widget_archive .count,
.widget_pages .count,
.widget_recent_comments .count,
.widget_recent_entries .count,
.widget_rss .count,
.woocommerce.widget_product_categories .count {
  margin-left: 5px;
}
.widget_meta &gt; ul &gt; li:first-child,
.widget_categories &gt; ul &gt; li:first-child,
.widget_nav_menu &gt; ul &gt; li:first-child,
.widget_archive &gt; ul &gt; li:first-child,
.widget_pages &gt; ul &gt; li:first-child,
.widget_recent_comments &gt; ul &gt; li:first-child,
.widget_recent_entries &gt; ul &gt; li:first-child,
.widget_rss &gt; ul &gt; li:first-child,
.woocommerce.widget_product_categories &gt; ul &gt; li:first-child {
  border-top: none !important;
}
.widget_meta li,
.widget_categories li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.woocommerce.widget_product_categories li {
  position: relative;
  margin-top: 12px;
}
.widget_meta ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.woocommerce.widget_product_categories ul {
  padding-left: 0;
  list-style-type: none;
}
.widget_meta ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.woocommerce.widget_product_categories ul li {
  padding: 12px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_rss ul li:before,
.woocommerce.widget_product_categories ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin-right: 13px;
}
.widget_meta ul li:hover,
.widget_categories ul li:hover,
.widget_nav_menu ul li:hover,
.widget_archive ul li:hover,
.widget_pages ul li:hover,
.widget_recent_comments ul li:hover,
.widget_recent_entries ul li:hover,
.widget_rss ul li:hover,
.woocommerce.widget_product_categories ul li:hover {
  padding-left: 5px;
}
.widget_meta li li,
.widget_categories li li,
.widget_nav_menu li li,
.widget_archive li li,
.widget_pages li li,
.widget_recent_comments li li,
.widget_recent_entries li li,
.widget_rss li li,
.woocommerce.widget_product_categories li li {
  padding-left: 10px !important;
}
.widget_meta li li li,
.widget_categories li li li,
.widget_nav_menu li li li,
.widget_archive li li li,
.widget_pages li li li,
.widget_recent_comments li li li,
.widget_recent_entries li li li,
.widget_rss li li li,
.woocommerce.widget_product_categories li li li {
  padding-left: 15px !important;
}
.widget_meta li li li li,
.widget_categories li li li li,
.widget_nav_menu li li li li,
.widget_archive li li li li,
.widget_pages li li li li,
.widget_recent_comments li li li li,
.widget_recent_entries li li li li,
.widget_rss li li li li,
.woocommerce.widget_product_categories li li li li {
  padding-left: 20px !important;
}
.widget_meta li li:hover,
.widget_categories li li:hover,
.widget_nav_menu li li:hover,
.widget_archive li li:hover,
.widget_pages li li:hover,
.widget_recent_comments li li:hover,
.widget_recent_entries li li:hover,
.widget_rss li li:hover,
.woocommerce.widget_product_categories li li:hover {
  padding-left: 15px !important;
}
.widget_meta li li li:hover,
.widget_categories li li li:hover,
.widget_nav_menu li li li:hover,
.widget_archive li li li:hover,
.widget_pages li li li:hover,
.widget_recent_comments li li li:hover,
.widget_recent_entries li li li:hover,
.widget_rss li li li:hover,
.woocommerce.widget_product_categories li li li:hover {
  padding-left: 20px !important;
}
.widget_meta li li li li:hover,
.widget_categories li li li li:hover,
.widget_nav_menu li li li li:hover,
.widget_archive li li li li:hover,
.widget_pages li li li li:hover,
.widget_recent_comments li li li li:hover,
.widget_recent_entries li li li li:hover,
.widget_rss li li li li:hover,
.woocommerce.widget_product_categories li li li li:hover {
  padding-left: 25px !important;
}
.widget_meta .cat-caret,
.widget_categories .cat-caret,
.widget_nav_menu .cat-caret,
.widget_archive .cat-caret,
.widget_pages .cat-caret,
.widget_recent_comments .cat-caret,
.widget_recent_entries .cat-caret,
.widget_rss .cat-caret,
.woocommerce.widget_product_categories .cat-caret {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.widget_meta .cat-caret.in:before,
.widget_categories .cat-caret.in:before,
.widget_nav_menu .cat-caret.in:before,
.widget_archive .cat-caret.in:before,
.widget_pages .cat-caret.in:before,
.widget_recent_comments .cat-caret.in:before,
.widget_recent_entries .cat-caret.in:before,
.widget_rss .cat-caret.in:before,
.woocommerce.widget_product_categories .cat-caret.in:before {
  content: '\f068';
}
.widget_meta .current_page_item,
.widget_categories .current_page_item,
.widget_nav_menu .current_page_item,
.widget_archive .current_page_item,
.widget_pages .current_page_item,
.widget_recent_comments .current_page_item,
.widget_recent_entries .current_page_item,
.widget_rss .current_page_item,
.woocommerce.widget_product_categories .current_page_item,
.widget_meta .current-cat,
.widget_categories .current-cat,
.widget_nav_menu .current-cat,
.widget_archive .current-cat,
.widget_pages .current-cat,
.widget_recent_comments .current-cat,
.widget_recent_entries .current-cat,
.widget_rss .current-cat,
.woocommerce.widget_product_categories .current-cat,
.widget_meta .current-menu-item,
.widget_categories .current-menu-item,
.widget_nav_menu .current-menu-item,
.widget_archive .current-menu-item,
.widget_pages .current-menu-item,
.widget_recent_comments .current-menu-item,
.widget_recent_entries .current-menu-item,
.widget_rss .current-menu-item,
.woocommerce.widget_product_categories .current-menu-item,
.widget_meta li:hover,
.widget_categories li:hover,
.widget_nav_menu li:hover,
.widget_archive li:hover,
.widget_pages li:hover,
.widget_recent_comments li:hover,
.widget_recent_entries li:hover,
.widget_rss li:hover,
.woocommerce.widget_product_categories li:hover,
.widget_meta li:focus,
.widget_categories li:focus,
.widget_nav_menu li:focus,
.widget_archive li:focus,
.widget_pages li:focus,
.widget_recent_comments li:focus,
.widget_recent_entries li:focus,
.widget_rss li:focus,
.woocommerce.widget_product_categories li:focus,
.widget_meta li:active,
.widget_categories li:active,
.widget_nav_menu li:active,
.widget_archive li:active,
.widget_pages li:active,
.widget_recent_comments li:active,
.widget_recent_entries li:active,
.widget_rss li:active,
.woocommerce.widget_product_categories li:active {
  color: #ffffff !important;
}
.widget_meta .current_page_item + ul + span,
.widget_categories .current_page_item + ul + span,
.widget_nav_menu .current_page_item + ul + span,
.widget_archive .current_page_item + ul + span,
.widget_pages .current_page_item + ul + span,
.widget_recent_comments .current_page_item + ul + span,
.widget_recent_entries .current_page_item + ul + span,
.widget_rss .current_page_item + ul + span,
.woocommerce.widget_product_categories .current_page_item + ul + span,
.widget_meta .current-cat + ul + span,
.widget_categories .current-cat + ul + span,
.widget_nav_menu .current-cat + ul + span,
.widget_archive .current-cat + ul + span,
.widget_pages .current-cat + ul + span,
.widget_recent_comments .current-cat + ul + span,
.widget_recent_entries .current-cat + ul + span,
.widget_rss .current-cat + ul + span,
.woocommerce.widget_product_categories .current-cat + ul + span,
.widget_meta .current-menu-item + ul + span,
.widget_categories .current-menu-item + ul + span,
.widget_nav_menu .current-menu-item + ul + span,
.widget_archive .current-menu-item + ul + span,
.widget_pages .current-menu-item + ul + span,
.widget_recent_comments .current-menu-item + ul + span,
.widget_recent_entries .current-menu-item + ul + span,
.widget_rss .current-menu-item + ul + span,
.woocommerce.widget_product_categories .current-menu-item + ul + span,
.widget_meta li:hover + ul + span,
.widget_categories li:hover + ul + span,
.widget_nav_menu li:hover + ul + span,
.widget_archive li:hover + ul + span,
.widget_pages li:hover + ul + span,
.widget_recent_comments li:hover + ul + span,
.widget_recent_entries li:hover + ul + span,
.widget_rss li:hover + ul + span,
.woocommerce.widget_product_categories li:hover + ul + span,
.widget_meta li:focus + ul + span,
.widget_categories li:focus + ul + span,
.widget_nav_menu li:focus + ul + span,
.widget_archive li:focus + ul + span,
.widget_pages li:focus + ul + span,
.widget_recent_comments li:focus + ul + span,
.widget_recent_entries li:focus + ul + span,
.widget_rss li:focus + ul + span,
.woocommerce.widget_product_categories li:focus + ul + span,
.widget_meta li:active + ul + span,
.widget_categories li:active + ul + span,
.widget_nav_menu li:active + ul + span,
.widget_archive li:active + ul + span,
.widget_pages li:active + ul + span,
.widget_recent_comments li:active + ul + span,
.widget_recent_entries li:active + ul + span,
.widget_rss li:active + ul + span,
.woocommerce.widget_product_categories li:active + ul + span {
  color: #ffffff !important;
}
.widget_meta .current_page_ancestor &gt; ul,
.widget_categories .current_page_ancestor &gt; ul,
.widget_nav_menu .current_page_ancestor &gt; ul,
.widget_archive .current_page_ancestor &gt; ul,
.widget_pages .current_page_ancestor &gt; ul,
.widget_recent_comments .current_page_ancestor &gt; ul,
.widget_recent_entries .current_page_ancestor &gt; ul,
.widget_rss .current_page_ancestor &gt; ul,
.woocommerce.widget_product_categories .current_page_ancestor &gt; ul,
.widget_meta .current_page_parent &gt; ul,
.widget_categories .current_page_parent &gt; ul,
.widget_nav_menu .current_page_parent &gt; ul,
.widget_archive .current_page_parent &gt; ul,
.widget_pages .current_page_parent &gt; ul,
.widget_recent_comments .current_page_parent &gt; ul,
.widget_recent_entries .current_page_parent &gt; ul,
.widget_rss .current_page_parent &gt; ul,
.woocommerce.widget_product_categories .current_page_parent &gt; ul,
.widget_meta .current-cat-parent &gt; ul,
.widget_categories .current-cat-parent &gt; ul,
.widget_nav_menu .current-cat-parent &gt; ul,
.widget_archive .current-cat-parent &gt; ul,
.widget_pages .current-cat-parent &gt; ul,
.widget_recent_comments .current-cat-parent &gt; ul,
.widget_recent_entries .current-cat-parent &gt; ul,
.widget_rss .current-cat-parent &gt; ul,
.woocommerce.widget_product_categories .current-cat-parent &gt; ul,
.widget_meta .current-cat-ancestor &gt; ul,
.widget_categories .current-cat-ancestor &gt; ul,
.widget_nav_menu .current-cat-ancestor &gt; ul,
.widget_archive .current-cat-ancestor &gt; ul,
.widget_pages .current-cat-ancestor &gt; ul,
.widget_recent_comments .current-cat-ancestor &gt; ul,
.widget_recent_entries .current-cat-ancestor &gt; ul,
.widget_rss .current-cat-ancestor &gt; ul,
.woocommerce.widget_product_categories .current-cat-ancestor &gt; ul {
  display: block;
}
.woocommerce.widget_product_categories li {
  line-height: 20px;
  padding-top: 5px !important;
}
.woocommerce.widget_product_categories li a {
  display: inline;
  background-color: transparent !important;
}
.woocommerce.widget_product_categories li a:before {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  background-color: #00634f !important;
  border-bottom-color: #00634f !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #00634f !important;
  border-bottom-color: #00634f !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating,
.shopping-cart-list .star-rating {
  margin: 5px auto 5px 0 !important;
}
.widget_top_rated_products ul.product_list_widget li,
.widget_recently_viewed_products ul.product_list_widget li,
.shopping-cart-list ul.product_list_widget li {
  padding: 8px 0;
}
.widget_top_rated_products ul.product_list_widget li img,
.widget_recently_viewed_products ul.product_list_widget li img,
.shopping-cart-list ul.product_list_widget li img {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.shopping-cart-list {
  font-size: 16px;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  padding: 20px 20px 40px;
  width: 320px;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  white-space: normal;
}
.shopping-cart-list .mini_cart_item {
  position: relative;
}
.shopping-cart-list .mini_cart_item a.remove {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shopping-cart-list .mini_cart_item a.remove i:before {
  font-size: 12px;
  content: "\f00d";
  font-family: 'FontAwesome';
  font-style: normal;
  color: #a1a1a1;
}
.shopping-cart-list .mini_cart_item a.remove:hover {
  background-color: transparent;
}
.shopping-cart-list .mini_cart_item a.remove:hover i:before {
  color: red;
}
.shopping-cart-list .mini_cart_item .product-item-name span {
  padding-right: 30px;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.widget_shopping_cart_content .shopping-cart-icon .subtotal-info-wrapper {
  display: none;
}
.widget_shopping_cart_content .shopping-cart-icon .icon {
  position: relative;
  display: inline-block;
}
.widget_shopping_cart_content .shopping-cart-icon .icon a {
  color: inherit;
  color: #333333;
}
.widget_shopping_cart_content .shopping-cart-icon .icon a:hover,
.widget_shopping_cart_content .shopping-cart-icon .icon a:focus,
.widget_shopping_cart_content .shopping-cart-icon .icon a:active {
  text-decoration: none;
}
.widget_shopping_cart_content .shopping-cart-icon .icon a span {
  position: absolute;
  top: -5px;
  left: 90%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.widget_shopping_cart_content .shopping-cart-icon .icon a i:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-style: normal;
}
.widget_shopping_cart_content .shopping-cart-icon .icon:hover a {
  color: #ffffff;
}
.widget_shopping_cart_content:hover .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.widget_archive select {
  color: #7e7e7e;
  height: 58px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 35px;
  border: none !important;
}
.widget_nav_menu {
  line-height: 1.3;
}
.widget_nav_menu li {
  border-top: none !important;
  margin-top: 8px;
}
.widget_nav_menu ul li {
  padding: 8px 0 0;
}
/* Twitter */
.widget-twitter i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #00634f;
  margin-top: 20px;
  margin-right: 2px;
  font-size: 18px;
  color: #fff;
}
.widget-twitter .widget-twitter-item .twitter-content {
  overflow: hidden;
  font-size: 15px;
  padding: 22px 0 22px 10px;
  border-top: 1px solid #ffffff;
  line-height: 2;
}
.widget-twitter .widget-twitter-item .twitter-content a {
  color: #00634f;
}
.widget-twitter .widget-twitter-item:first-child .twitter-content {
  padding-top: 0;
  border: none;
}
.widget-twitter .widget-twitter-item:first-child i {
  margin-top: 0;
}
.widget-twitter .follow-us {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 18px;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 600;
}
.widget-twitter .follow-us:hover,
.widget-twitter .follow-us:focus {
  border: 1px solid #fff;
}
.widget-twitter .follow-us:before {
  content: "\f099";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 18px;
}
.widget-twitter .follow-us:after {
  content: "\24";
  font-family: 'ElegantIcons';
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
/* widget heading*/
.widget.widget-heading {
  margin-bottom: 25px !important;
}
.widget-heading-wrap .heading-title,
.widget-heading-wrap .heading-subtitle {
  margin: 0;
}
.widget-heading-wrap.heading-subtitle-top .heading-title {
  margin-top: 5px;
}
.widget-heading-wrap.heading-subtitle-bottom .heading-title {
  margin-bottom: 3px;
}
/**
* Widget Instagram
* ----------------------------------------------------------------------------
*/
ul.instagram-pics {
  padding: 0;
  margin-left: -5px;
  overflow: hidden;
}
ul.instagram-pics li {
  position: relative;
  list-style-type: none;
  padding: 0 0 5px 5px;
}
ul.instagram-pics li:hover a {
  opacity: 0.8;
}
ul.instagram-pics a {
  display: block;
  will-change: opacity;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
ul.instagram-pics + p {
  display: none;
}
.instagram-grid-3-columns ul li,
.instagram-grid-2-columns ul li {
  float: left;
}
.instagram-grid-2-columns ul li {
  width: 50%;
}
.instagram-grid-3-columns ul li {
  width: 33.33333333333333%;
}
.review-wrapper {
  border: none;
  font-size: 0;
}
.review-wrapper * {
  border: none !important;
}
.review-wrapper .review-title,
.review-wrapper .review-list li {
  padding: 0;
}
.review-wrapper .review-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
.review-wrapper .review-title:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 20px;
  height: 1px;
  width: 180px;
  background-color: #d5d5d5;
}
.review-wrapper .review-list {
  padding-bottom: 70px;
}
.review-wrapper .review-list li span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 2px;
}
.review-wrapper .review-list li:not(:last-child) {
  padding-bottom: 18px;
}
.review-wrapper .review-point .review-result-wrapper,
.review-wrapper .review-percentage .review-result-wrapper,
.review-wrapper .review-point .review-result,
.review-wrapper .review-percentage .review-result {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 13px;
}
.review-wrapper .review-star {
  top: 0 !important;
}
.review-wrapper .review-star.review-total {
  display: none;
}
.review-wrapper .review-desc {
  padding-left: 45px;
  padding-top: 30px;
  width: 65%;
}
.review-wrapper .review-desc .review-summary-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.review-wrapper .review-desc p:last-child {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 30px;
  color: #fff;
}
.review-wrapper .review-total-wrapper {
  margin: 30px 0;
}
.review-wrapper .review-total-wrapper .review-total-box {
  color: #fff;
  padding: 27px 50px;
  font-size: 49px;
}
.review-wrapper .user-review-area {
  padding: 10px 0 30px;
  font-size: 15px;
  overflow: auto;
}
.review-wrapper .user-total-wrapper {
  margin-bottom: 3px;
}
div.review-wrapper {
  background-color: #484848 !important;
}
div.review-wrapper .review-list,
div.review-wrapper .review-title,
div.review-wrapper .review-list li,
div.review-wrapper .user-review-area {
  background-color: #ffffff !important;
  color: #3b3b3b;
}
div.review-wrapper .review-point .review-result-wrapper,
div.review-wrapper .review-percentage .review-result-wrapper {
  background-color: #f4f4f4;
}
div.review-wrapper .review-star .review-result-wrapper &gt; i {
  color: #ddd;
}
.widget-social-share ul.gf-social-icon {
  padding: 30px;
}
.widget-social-share ul.gf-social-icon &gt; li {
  margin-right: 0;
  display: block;
}
.widget-social-share ul.gf-social-icon &gt; li &gt; a {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  padding-left: 70px;
  color: #fff !important;
}
.widget-social-share ul.gf-social-icon &gt; li &gt; a i {
  margin-left: -30px;
  line-height: 40px;
  opacity: 1;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.widget-social-share ul.gf-social-icon &gt; li &gt; a:hover {
  background: transparent !important;
}
.widget-social-share ul.gf-social-icon &gt; li &gt; a:hover i {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.widget-social-share ul.gf-social-icon &gt; li:last-child {
  margin-bottom: 0;
}
.widget-social-share ul.gf-social-icon li.facebook a {
  background-color: #3b5998;
  border-color: #3b5998 !important;
}
.widget-social-share ul.gf-social-icon li.facebook a:hover {
  color: #3b5998 !important;
}
.widget-social-share ul.gf-social-icon li.facebook a:hover i {
  color: #3b5998 !important;
}
.widget-social-share ul.gf-social-icon li.twitter a {
  background-color: #1da1f2;
  border-color: #1da1f2 !important;
}
.widget-social-share ul.gf-social-icon li.twitter a:hover {
  color: #1da1f2 !important;
}
.widget-social-share ul.gf-social-icon li.twitter a:hover i {
  color: #1da1f2 !important;
}
.widget-social-share ul.gf-social-icon li.google a {
  background-color: #ea4335;
  border-color: #ea4335 !important;
}
.widget-social-share ul.gf-social-icon li.google a:hover {
  color: #ea4335 !important;
}
.widget-social-share ul.gf-social-icon li.google a:hover i {
  color: #ea4335 !important;
}
.widget-social-share ul.gf-social-icon li.linkedin a {
  background-color: #0077b5;
  border-color: #0077b5 !important;
}
.widget-social-share ul.gf-social-icon li.linkedin a:hover {
  color: #0077b5 !important;
}
.widget-social-share ul.gf-social-icon li.linkedin a:hover i {
  color: #0077b5 !important;
}
.widget-social-share ul.gf-social-icon li.tumblr a {
  background-color: #35465c;
  border-color: #35465c !important;
}
.widget-social-share ul.gf-social-icon li.tumblr a:hover {
  color: #35465c !important;
}
.widget-social-share ul.gf-social-icon li.tumblr a:hover i {
  color: #35465c !important;
}
.widget-social-share ul.gf-social-icon li.pinterest a {
  background-color: #bd081c;
  border-color: #bd081c !important;
}
.widget-social-share ul.gf-social-icon li.pinterest a:hover {
  color: #bd081c !important;
}
.widget-social-share ul.gf-social-icon li.pinterest a:hover i {
  color: #bd081c !important;
}
.widget-social-share ul.gf-social-icon li.email a {
  background-color: #4285f4;
  border-color: #4285f4 !important;
}
.widget-social-share ul.gf-social-icon li.email a:hover {
  color: #4285f4 !important;
}
.widget-social-share ul.gf-social-icon li.email a:hover i {
  color: #4285f4 !important;
}
.widget-social-share ul.gf-social-icon li.telegram a {
  background-color: #0088cc;
  border-color: #0088cc !important;
}
.widget-social-share ul.gf-social-icon li.telegram a:hover {
  color: #0088cc !important;
}
.widget-social-share ul.gf-social-icon li.telegram a:hover i {
  color: #0088cc !important;
}
.widget-social-share ul.gf-social-icon li.whatsapp a {
  background-color: #25d366;
  border-color: #25d366 !important;
}
.widget-social-share ul.gf-social-icon li.whatsapp a:hover {
  color: #25d366 !important;
}
.widget-social-share ul.gf-social-icon li.whatsapp a:hover i {
  color: #25d366 !important;
}
article.post-small-image .gf-post-title,
article.post-post-carousel .gf-post-title {
  line-height: 1.36;
}
article.post-small-image .gf-post-meta,
article.post-post-carousel .gf-post-meta {
  margin: 0 !important;
}
article.post-small-image .entry-thumb-wrap:before,
article.post-post-carousel .entry-thumb-wrap:before {
  display: none !important;
}
article.post-small-image .thumbnail-size-small-image:before,
article.post-small-image .embed-responsive-small-image {
  padding-bottom: 88.2353%;
}
article.post-small-image .entry-thumb-wrap {
  width: 85px;
  float: left;
}
article.post-small-image .entry-thumb-wrap .zoom-video {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
article.post-small-image .entry-thumb-wrap + .gf-post-content {
  margin-left: 105px;
  margin-top: 10px;
}
article.post-small-image .gf-post-content .gf-post-title {
  margin-top: 0;
  line-height: 1.38;
}
.widget-posts-footer article.post-small-image .entry-thumb-wrap + .gf-post-content {
  margin-top: 5px !important;
}
.widget-posts-footer article.post-small-image .gf-post-content .gf-post-title {
  line-height: 1.53;
}
.widget-posts {
  /* owl */
}
.widget-posts .entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav {
  position: absolute;
  top: 0;
  left: 4px;
}
.widget-posts .entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'] {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: 20px !important;
  height: 20px !important;
  line-height: 18px !important;
  margin: 0 !important;
  border-radius: 0;
}
.widget-posts .entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav .owl-prev {
  margin-right: 3px !important;
  padding-left: 0;
}
article.post-post-carousel .thumbnail-size-post-carousel:before,
article.post-post-carousel .embed-responsive-post-carousel {
  padding-bottom: 106.2963%;
}
article.post-post-carousel .entry-thumb-wrap {
  width: 270px;
}
article.post-post-carousel .gf-post-content {
  margin-top: 20px;
  text-align: center;
}
article.post-post-carousel .gf-post-content .gf-post-title {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .review-wrapper .review-desc {
    width: 100%;
  }
  .review-wrapper .review-total-wrapper {
    float: left;
    margin-left: 45px;
  }
}
@media (min-width: 481px) {
  .widget-posts .gf-blog-wrap .layout-mix-9 article.post-medium-image-2 .entry-thumb-wrap {
    width: 136px;
    margin: 0 15px 0 0;
  }
  .widget-posts .gf-blog-wrap .layout-medium-image-3 article.post-medium-image-5 .entry-thumb-wrap {
    width: 90px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480px) {
  .widget-posts .gf-blog-wrap .layout-medium-image-3 article.post-medium-image-5 .gf-post-content {
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .review-wrapper .review-total-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .review-wrapper .review-total-wrapper span.review-total-box {
    text-align: center;
  }
}
.widget-social-profile ul {
  padding: 0 !important;
  margin: 0 !important;
}
.widget-social-profile ul li {
  margin: 0 !important;
}
.widget-social-profile ul li a {
  font-size: 22px;
  margin-right: 20px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.widget-social-profile ul li a:hover {
  color: #ffffff !important;
}
.widget-social-profile ul li:last-child a {
  margin-right: 0 !important;
}
.widget-social-profile .social-icon-circle li a,
.widget-social-profile .social-icon-circle-outline li a {
  width: 43px;
  height: 43px;
  text-align: center;
  margin: 5px 7px 5px 0 !important;
  display: block;
}
.widget-social-profile .social-icon-circle li a i {
  line-height: 43px !important;
}
.widget-social-profile .social-icon-circle-outline li a {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.8 !important;
}
.widget-social-profile .social-icon-circle-outline li a:hover {
  border-color: #00634f !important;
  color: #fff !important;
}
.widget-social-profile .social-icon-circle-outline li a i {
  line-height: 41px !important;
}
.widget-social-profile .social-icon-large li a {
  font-size: 24px;
  margin-right: 22px;
}
.widget-social-profile .social-icon-large.social-icon-circle li a {
  margin: 8px 7px 8px 0 !important;
}
.widget-social-profile .social-icon-large.social-icon-circle li a i {
  line-height: 53px !important;
}
.widget-social-profile .social-icon-large.social-icon-circle-outline li a i {
  line-height: 51px !important;
}
.widget-social-profile .social-icon-large.social-icon-circle li a,
.widget-social-profile .social-icon-large.social-icon-circle-outline li a {
  width: 53px;
  height: 53px;
}
.widget-social-profile .social-icon-small li a {
  font-size: 15px;
  margin-right: 13px;
}
.widget-social-profile .social-icon-small.social-icon-circle li a i {
  line-height: 38px !important;
}
.widget-social-profile .social-icon-small.social-icon-circle-outline li a i {
  line-height: 36px !important;
}
.widget-social-profile .social-icon-small.social-icon-circle li a,
.widget-social-profile .social-icon-small.social-icon-circle-outline li a {
  width: 38px;
  height: 38px;
}
.widget-banner {
  font-size: 0;
}
.widget-banner .widget-banner-content {
  background-position: center center;
  background-size: cover;
  display: inline-block;
}
.widget-banner .widget-banner-content .effect-content {
  height: 100%;
  display: inline-block;
  z-index: 2;
}
.widget-banner .widget-banner-content.banner-mode-background {
  width: 100%;
}
.widget-banner .widget-banner-content.banner-mode-background .effect-content {
  width: 100%;
}
.widget-banner .suprema-effect:after,
.widget-banner .layla-effect:after,
.widget-banner .bubba-effect:after,
.widget-banner .jazz-effect:after {
  display: none;
}
.widget-banner .suprema-effect .banner-overlay,
.widget-banner .layla-effect .banner-overlay,
.widget-banner .bubba-effect .banner-overlay,
.widget-banner .jazz-effect .banner-overlay {
  -webkit-transition: opacity 0.6s ease 0.15s;
  -moz-transition: opacity 0.6s ease 0.15s;
  -ms-transition: opacity 0.6s ease 0.15s;
  -o-transition: opacity 0.6s ease 0.15s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.widget-banner .suprema-effect:hover .banner-overlay,
.widget-banner .layla-effect:hover .banner-overlay,
.widget-banner .bubba-effect:hover .banner-overlay,
.widget-banner .jazz-effect:hover .banner-overlay {
  opacity: 1;
}
.widget-banner .layla-effect .effect-content:after,
.widget-banner .bubba-effect .effect-content:after {
  top: 15px !important;
  bottom: 15px !important;
}
.widget-banner .layla-effect .effect-content:before,
.widget-banner .bubba-effect .effect-content:before {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .layla-effect:hover .effect-content:after {
  left: 8px !important;
  right: 8px !important;
}
.widget-banner .layla-effect:hover .effect-content:before {
  top: 8px !important;
  bottom: 8px !important;
}
.widget-banner .bubba-effect:hover .effect-content:after {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .bubba-effect:hover .effect-content:before {
  top: 15px !important;
  bottom: 15px !important;
}
.widget-gallery .gf-gallery-item {
  font-size: 0;
  text-align: center;
}
.widget-gallery .gallery-zoom {
  font-size: 15px !important;
}
.widget-gallery .gallery-zoom:hover {
  opacity: 1 !important;
}
.widget-gallery img {
  width: 100%;
}
.widget-gallery .wd-gallery-content {
  padding: 30px 20px !important;
}
.widget-gallery .gf-gallery.col-gap-30,
.widget-gallery .gf-gallery.col-gap-20,
.widget-gallery .gf-gallery.col-gap-10,
.widget-gallery .gf-gallery.col-gap-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action a {
  width: 100%;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action {
  padding: 0 15px !important;
}
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action {
  padding: 0 10px !important;
}
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action {
  padding: 0 5px !important;
}
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action {
  padding: 0 !important;
}
ul.menu-top-bar-right {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.07em;
}
ul.menu-top-bar-right li {
  display: inline-block;
}
ul.menu-top-bar-right li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
ul.menu-top-bar-right li + li {
  margin-left: 20px;
}
.menu-footer-1 {
  list-style: none;
}
.menu-footer-1 li a {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-footer-1 li a i {
  padding-right: 14px;
  color: #00634f;
}
.menu-footer-1 li a:hover {
  color: #00634f;
}
.top-drawer-wrap .widget_nav_menu li,
.top-bar .widget_nav_menu li,
.bottom-bar-wrapper .widget_nav_menu li {
  color: #505050;
  display: inline-block;
}
.top-drawer-wrap .widget_nav_menu li a,
.top-bar .widget_nav_menu li a,
.bottom-bar-wrapper .widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Poppins';
  font-weight: 700;
}
.top-drawer-wrap .widget_nav_menu li a:before,
.top-bar .widget_nav_menu li a:before,
.bottom-bar-wrapper .widget_nav_menu li a:before {
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.top-drawer-wrap .widget_nav_menu li a:hover,
.top-bar .widget_nav_menu li a:hover,
.bottom-bar-wrapper .widget_nav_menu li a:hover {
  background: transparent;
  color: #00634f !important;
  padding-left: 0;
}
.header-vertical.widget_nav_menu li {
  color: #333333;
  font-weight: 700;
}
.header-vertical.widget_nav_menu li.current-menu-item &gt; a {
  color: #00634f !important;
}
.header-vertical.widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Poppins';
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-vertical.widget_nav_menu li a:before {
  width: 0;
  height: 0;
}
.header-vertical.widget_nav_menu li a:hover {
  background: transparent;
  color: #00634f !important;
  padding-left: 0;
}
/* Login &amp; Register */
.widget-login-register {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.widget-login-register a {
  font-weight: 400;
}
#gsf-popup-login-form {
  padding: 60px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
}
#gsf-popup-login-form .close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 14px;
  color: #00634f;
  opacity: 1;
}
#gsf-popup-login-form .modal-header {
  padding: 0;
  border: none;
}
#gsf-popup-login-form .modal-header .modal-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
#gsf-popup-login-form .modal-header .modal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 24px;
  background-color: #00634f;
}
#gsf-popup-login-form .modal-header p {
  margin-bottom: 25px;
}
#gsf-popup-login-form .modal-body {
  padding: 0;
}
#gsf-popup-login-form .modal-body .form-group {
  margin-bottom: 15px;
}
#gsf-popup-login-form .modal-body input[type="text"],
#gsf-popup-login-form .modal-body input[type="password"],
#gsf-popup-login-form .modal-body input[type="email"] {
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#gsf-popup-login-form .modal-footer {
  padding: 0;
  margin-top: 20px;
  border: none;
  text-align: center;
}
#gsf-popup-login-form .modal-footer .modal-footer-left {
  float: left;
  margin-top: 10px;
}
#gsf-popup-login-form .modal-footer .modal-footer-right {
  float: right;
}
#gsf-popup-login-wrapper.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
#gsf-popup-login-wrapper.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#gsf-popup-login-wrapper .modal-backdrop.in {
  opacity: .8;
}
@media (min-width: 768px) {
  #gsf-popup-login-wrapper .modal-dialog {
    width: 450px;
    margin: auto;
  }
}
.apsl-login-networks {
  margin-bottom: 20px;
}
.apsl-login-networks.theme-4 .social-networks a {
  width: 100%;
  display: block;
}
.apsl-login-networks.theme-4 .social-networks a .apsl-icon-block {
  margin-right: 0;
  width: 100%;
}
/* widget info box */
.widget-info_box ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}
.widget-info_box ul li {
  display: inline-block;
  margin-left: 50px;
  padding-right: 2px;
  text-align: left;
}
.widget-info_box ul li p {
  margin-bottom: 0;
}
.widget-info_box ul li:first-child {
  margin-left: 0 !important;
}
.widget-info_box ul li:not(:last-child) {
  position: relative;
  padding-right: 40px;
}
.widget-info_box ul li:not(:last-child):after {
  content: '';
  height: 13px;
  width: 1px;
  right: 1px;
}
.widget-info_box ul.item-display-block li {
  display: block;
  margin-bottom: 33px;
  margin-left: 0 !important;
}
.widget-info_box ul.item-display-block li:last-child {
  margin-bottom: 0 !important;
}
.widget-info_box ul.item-display-block li:after {
  display: none;
}
.widget-info_box .info-shape {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.widget-info_box .info-shape.background {
  vertical-align: top;
  text-align: center;
}
.widget-info_box .info-shape.background div.icon {
  width: 55px;
  height: 55px;
  background-color: #00634f;
  border-radius: 5px;
}
.widget-info_box .info-shape.background div.icon i {
  color: #fff !important;
  line-height: 55px;
}
.widget-info_box .info-shape.background.fs-12 div.icon {
  width: 40px !important;
  height: 40px !important;
}
.widget-info_box .info-shape.background.fs-12 div.icon i {
  line-height: 40px;
}
.widget-info_box .info-shape.background + .info-content {
  vertical-align: top;
}
.widget-info_box .info-content {
  display: table-cell;
  vertical-align: middle;
}
.widget-info_box .info-content h6 {
  font-size: 13px;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
.widget-info_box .info-content p {
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
}
/**
* 5.0 - Header
* ----------------------------------------------------------------------------
*/
.logo-text {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.logo-header a {
  color: inherit;
}
.logo-header a:hover,
.logo-header a:focus,
.logo-header a:active {
  text-decoration: none;
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  .logo-header {
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    width: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .logo-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    max-height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-logo {
    display: none;
  }
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  .mobile-logo-header {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .mobile-logo-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    max-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-logo-header &gt; a {
    color: inherit;
  }
  .mobile-logo-header &gt; a:hover,
  .mobile-logo-header &gt; a:focus,
  .mobile-logo-header &gt; a:active {
    text-decoration: none;
  }
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
.primary-menu {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.primary-menu .no-menu {
  line-height: 110px;
}
.primary-menu-inner {
  display: table;
  width: 100%;
}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.main-menu .menu-caret:before {
  content: '\f0d7';
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu .menu-item &gt; a {
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: inherit;
}
.main-menu .menu-item &gt; a:hover,
.main-menu .menu-item &gt; a:focus,
.main-menu .menu-item &gt; a:active {
  text-decoration: none;
}
.main-menu &gt; .menu-item {
  position: relative;
  display: inline-block;
  line-height: 24px;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-menu &gt; .menu-item + .menu-item {
  margin-left: 30px;
}
.main-menu &gt; .menu-item &gt; a {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 700;
}
.main-menu &gt; .menu-item &gt; a &gt; .menu-caret:before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.main-menu &gt; .menu-item:not(.menu-item-has-children) &gt; a &gt; .x-menu-link-featured {
  right: 0;
}
.main-menu ul.sub-menu {
  display: none;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  border-top: solid 2px #00634f !important;
  top: 100%;
  background-color: #ffffff;
}
.main-menu ul.sub-menu .menu-item {
  position: relative;
  min-width: 210px;
}
.main-menu ul.sub-menu .menu-item .menu-caret:before {
  content: '\f0da';
  position: absolute;
  right: 20px;
  line-height: 20px;
}
.main-menu ul.sub-menu .menu-item &gt; a {
  line-height: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}
.main-menu ul.sub-menu .menu-item + .menu-item {
  border-top: 1px solid #ffffff;
}
.main-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-left ul.sub-menu {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-right ul.sub-menu {
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: 1px;
}
.main-menu &gt; .x-submenu-position-left &gt; ul.sub-menu {
  right: 0;
  left: auto;
}
.main-menu &gt; .x-submenu-position-right &gt; ul.sub-menu {
  left: 0;
  right: auto;
}
.main-menu .x-active &gt; ul.sub-menu,
.main-menu li:hover &gt; ul.sub-menu {
  display: block;
}
.main-menu.sub-menu-left ul.sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1px;
}
/**
* Vertical Menu
* ----------------------------------------------------------------------------
*/
.gf-menu-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gf-menu-vertical li {
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
.gf-menu-vertical li + li {
  border-top: 1px solid #ffffff;
}
.gf-menu-vertical .menu-caret {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.gf-menu-vertical .menu-caret:before {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gf-menu-vertical a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  color: inherit;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical a:focus,
.gf-menu-vertical a:active {
  text-decoration: none;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical a:focus,
.gf-menu-vertical a:active {
  color: #00634f;
}
.gf-menu-vertical ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #ffffff;
  position: relative;
}
.gf-menu-vertical ul.sub-menu a {
  text-transform: none;
}
.gf-menu-vertical ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 20px;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical li.menu-open &gt; a .menu-caret:before {
  content: '\f106';
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
.mobile-navigation-wrapper {
  width: 280px;
  background-color: #212121;
  color: #fff;
  border: none !important;
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
  padding: 0;
}
.mobile-navigation-wrapper .search-form {
  padding: 20px;
  background-color: #111;
}
.mobile-navigation-wrapper .search-form .search-field {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
  padding: 0 40px !important;
}
.mobile-navigation-wrapper .search-form .search-field::-webkit-input-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field:-moz-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field::-moz-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field:-ms-input-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-submit {
  top: 0;
  right: 25px;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border-color: transparent;
  color: #999;
}
.mobile-navigation-wrapper .search-form .search-submit i {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.mobile-navigation-wrapper .mobile-menu {
  border-top: 1px solid #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu li &gt; a {
  color: inherit;
}
.mobile-navigation-wrapper .mobile-menu li &gt; a:hover,
.mobile-navigation-wrapper .mobile-menu li &gt; a:focus,
.mobile-navigation-wrapper .mobile-menu li &gt; a:active {
  text-decoration: none;
}
.mobile-navigation-wrapper .mobile-menu li + li {
  border-color: #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu {
  background-color: #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu li + li {
  border-color: #414141 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu:before {
  border-top-color: #212121;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu {
  background-color: #414141 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #515151 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #313131;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #515151 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #616161 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #414141;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #616161 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #717171 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #515151;
}
.x-menu-link-featured {
  position: absolute;
  text-transform: none;
}
.x-menu-link-featured-new,
.x-menu-link-featured-hot {
  top: -10px;
  right: 15px;
  display: block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff !important;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.x-menu-link-featured-new:after,
.x-menu-link-featured-hot:after {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.x-menu-link-featured-hot {
  background-color: #00634f;
}
.x-menu-link-featured-hot:after {
  border-top-color: #00634f;
}
.x-menu-list {
  list-style-type: none;
  padding: 0;
}
.x-menu-list li {
  min-width: 150px;
}
.x-menu-list li a {
  line-height: 20px;
  padding: 15px 20px 15px 0;
  white-space: nowrap;
  display: block;
  font-size: 13px;
  position: relative;
}
.x-menu-list li a:hover i {
  color: #00634f !important;
}
.x-menu-list li i {
  display: inline-block;
  margin-right: 14px;
}
.x-menu-list li + li {
  border-top: 1px solid;
}
.x-menu-heading {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  display: block;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.x-mega-sub-menu ul li a {
  color: inherit;
}
.x-mega-sub-menu ul li a:hover,
.x-mega-sub-menu ul li a:focus,
.x-mega-sub-menu ul li a:active {
  text-decoration: none;
}
@media (min-width: 992px) {
  .x-mega-sub-menu [data-filter-vertical="1"].gf-cate-filter {
    padding: 35px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"].gf-cate-filter a.btn {
    padding: 6px 0 6px 25px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"] + .gf-blog-inner {
    padding: 35px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"] + .gf-blog-inner .gf-post-title {
    color: #1a1a1a !important;
  }
}
ul.header-customize {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.customize-search &gt; a {
  color: inherit;
  font-size: 14px;
}
.customize-search &gt; a:hover,
.customize-search &gt; a:focus,
.customize-search &gt; a:active {
  text-decoration: none;
}
ul.header-customize-nav {
  text-align: right;
}
ul.header-customize-nav &gt; li {
  margin-right: 15px;
}
ul.header-customize-nav &gt; li:first-child {
  padding-left: 30px;
}
ul.header-customize-left &gt; li {
  margin-right: 15px;
}
ul.header-customize-right {
  width: 100%;
  text-align: right;
}
ul.header-customize-right &gt; li {
  margin-right: 15px;
}
ul.header-customize-mobile &gt; li {
  margin-right: 15px;
}
/**
* Header Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  header.mobile-header {
    display: none;
  }
  header.main-header {
    position: relative;
    z-index: 999;
  }
  header.main-header .header-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
  }
  header.main-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.main-header.header-3 .header-above {
    height: 0px;
  }
  header.main-header.header-3 .primary-menu {
    display: block;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transition: color .5s, background .5s;
    -moz-transition: color .5s, background .5s;
    -ms-transition: color .5s, background .5s;
    -o-transition: color .5s, background .5s;
    transition: color .5s, background .5s;
  }
  header.main-header.header-3 .primary-menu .btn {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  header.main-header.header-3 .primary-menu.affix {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  header.main-header.header-3 .primary-menu.affix .main-menu {
    padding-left: 0;
  }
  header.main-header.header-3 .primary-menu-inner {
    display: table;
    width: 100%;
  }
  header.main-header.header-3 .main-menu {
    padding-left: 60px;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
  }
  header.main-header.header-3 .logo-header {
    height: 55px;
  }
  header.main-header.header-4 .primary-menu {
    display: block;
  }
  header.main-header.header-4 .header-above .header-customize {
    width: 35%;
    white-space: normal;
  }
  header.main-header.header-4 .logo-header {
    width: 30%;
    text-align: center;
  }
  header.main-header.header-5 .primary-menu {
    display: block;
  }
  header.main-header.header-5 .header-above .header-customize {
    width: 35%;
    white-space: normal;
  }
  header.main-header.header-5 .logo-header {
    width: 30%;
    text-align: center;
  }
  header.main-header.header-vertical {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100000;
    left: 0;
  }
  header.main-header.header-vertical .header-above {
    display: table;
    width: 100%;
    text-align: center;
  }
  header.main-header.header-vertical .logo-header {
    width: 100%;
  }
  header.main-header.header-vertical .primary-menu {
    display: block;
    position: relative;
  }
  header.main-header.header-vertical .primary-menu .no-menu {
    padding: 0 20px;
    line-height: 24px;
  }
  header.main-header.header-vertical ul.header-customize {
    display: block;
    white-space: normal;
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
  header.main-header.header-vertical ul.header-customize &gt; li {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }
  header.main-header.header-vertical ul.header-customize &gt; li:first-child {
    padding-left: 0;
  }
  header.main-header.header-vertical ul.header-customize &gt; li:last-child {
    margin-bottom: 0 !important;
  }
  body.header-left {
    padding-left: 300px;
  }
  body.header-right {
    padding-right: 300px;
  }
  body.header-right header.main-header.header-vertical {
    left: auto;
    right: 0;
  }
  body.framed,
  body.boxed,
  body.bordered {
    background-color: #eee;
  }
  body.framed #gf-wrapper,
  body.boxed #gf-wrapper {
    max-width: 1236px;
    margin: auto;
    position: relative;
  }
  body.framed .header-sticky.affix,
  body.boxed .header-sticky.affix {
    max-width: 1236px;
  }
  body.framed #gf-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.bordered #gf-wrapper {
    margin: 30px;
  }
  body.bordered:before,
  body.bordered:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: inherit;
    height: 30px;
  }
  body.bordered:before {
    top: 0;
  }
  body.bordered:after {
    bottom: 0;
  }
  body.bordered.admin-bar:before {
    top: 32px;
  }
  body.bordered .back-to-top {
    bottom: 40px;
    right: 40px;
  }
}
.main-header .header-sticky-wrapper.affix-wrap {
  height: 80px;
}
.mobile-header .header-sticky-wrapper.affix-wrap {
  height: 70px;
}
.header-sticky {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-sticky .mobile-header-inner,
.header-sticky .header-inner {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-sticky.affix {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  left: 0;
  right: 0;
  margin: auto;
}
.header-sticky.affix .primary-menu .no-menu {
  line-height: 80px;
}
.header-sticky.affix .main-menu &gt; li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-sticky.affix .mobile-header-inner,
.header-sticky.affix .header-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-sticky.affix .logo-header {
  height: 80px;
}
.header-sticky.affix .logo-header img {
  max-height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-sticky.affix .logo-header.has-logo-sticky .main-logo {
  display: none;
}
.header-sticky.affix .logo-header.has-logo-sticky .sticky-logo {
  display: block;
}
.header-sticky.affix.gf-border-bottom,
.header-sticky.affix .gf-border-bottom {
  border-bottom: none;
}
.header-sticky.affix .mobile-logo-header {
  height: 70px;
}
.header-sticky.affix .mobile-logo-header img {
  max-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-sticky.header-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
@media (min-width: 1200px) {
  .header-full-width &gt; .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-full-width .header-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/**
* Header Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.mobile-header {
    display: block;
    position: relative;
    z-index: 999;
  }
  header.mobile-header .mobile-header-inner {
    display: table;
    width: 100%;
  }
  header.mobile-header .mobile-header-inner .mobile-header-nav,
  header.mobile-header .mobile-header-inner .mobile-header-menu {
    display: table-cell;
    vertical-align: middle;
  }
  header.mobile-header .mobile-header-nav-inner {
    display: table;
    width: 100%;
  }
  header.mobile-header.header-1 .mobile-header-inner {
    table-layout: fixed;
  }
  header.mobile-header.header-1 .mobile-logo-header {
    text-align: center;
    width: 40%;
  }
  header.mobile-header.header-1 .header-customize,
  header.mobile-header.header-1 .mobile-header-menu {
    width: 30%;
  }
  header.mobile-header.header-1 .header-customize {
    text-align: right;
    white-space: normal;
  }
  header.mobile-header.header-2 .mobile-logo-header {
    width: 100%;
  }
  header.mobile-header.header-2 ul.header-customize-mobile &gt; li:last-child {
    padding-right: 15px;
  }
  header.mobile-header.header-3 .mobile-logo-header {
    width: 100%;
    text-align: right;
  }
  header.mobile-header.header-3 ul.header-customize-mobile &gt; li:first-child {
    padding-left: 15px;
  }
  .mobile-header-search {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .mobile-header-search .search-form .search-field {
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 40px;
    height: 45px;
  }
  .mobile-header-search .search-form .search-submit {
    font-size: 0;
    line-height: 1;
    background-color: transparent !important;
    border-color: transparent !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
  }
  .mobile-header-search .search-form .search-submit i {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  header.mobile-header.header-1 .mobile-logo-header {
    width: 60%;
  }
  header.mobile-header.header-1 .header-customize,
  header.mobile-header.header-1 .mobile-header-menu {
    width: 20%;
  }
}
.customize-social-networks .gf-social-icon &gt; li {
  margin-bottom: 0;
}
.customize-search &gt; a {
  color: inherit;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.customize-search &gt; a:hover,
.customize-search &gt; a:focus,
.customize-search &gt; a:active {
  text-decoration: none;
}
.customize-search &gt; a &gt; i {
  line-height: inherit;
}
.main-menu &gt; li &gt; a {
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.main-menu ul.sub-menu {
  letter-spacing: 0.01em;
}
.main-menu ul.sub-menu .menu-item &gt; a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-bar .wpb_content_element {
  margin-bottom: 0;
}
.top-bar .widget + .widget {
  margin-top: 0;
  margin-left: 20px;
}
.top-bar .widget {
  margin-bottom: 0 !important;
}
.header-wrap .widget {
  margin-bottom: 0 !important;
}
/**
* 6.0 - Footer
* ----------------------------------------------------------------------------
*/
.main-footer h4.widget-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: none;
  margin-bottom: 35px;
}
.main-footer h4.widget-title:before {
  display: none;
}
@media only screen and (min-width: 992px) {
  footer.footer-fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  footer.footer-fixed.static {
    position: static !important;
  }
  body.boxed footer.footer-fixed,
  body.framed footer.footer-fixed {
    max-width: 1236px;
  }
  body.bordered footer.footer-fixed {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  body.header-left footer.footer-fixed {
    left: 300px;
  }
  body.header-right footer.footer-fixed {
    right: 300px;
  }
}
@media (max-width: 767px) {
  .main-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
* 7.0 - Blog
* ----------------------------------------------------------------------------
*/
.entry-thumbnail-overlay {
  position: relative;
  display: block;
}
.entry-thumbnail-overlay:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.zoom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 2;
}
.zoom-image i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.zoom-video {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 24px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.zoom-video i {
  padding-left: 4px;
}
.zoom-video + .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.entry-thumb-wrap.thumb-small .zoom-video {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.entry-thumb-wrap {
  position: relative;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}
.entry-thumbnail:hover .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.entry-thumbnail:hover .zoom-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.placeholder-image {
  background-color: #E0E8EE;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.placeholder-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.entry-quote-content {
  padding: 0;
}
.entry-quote-content i {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border-radius: 100%;
  margin-bottom: 15px;
  display: block;
}
.entry-quote-content p,
.entry-quote-content a {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
}
.entry-quote-content p:after {
  content: "";
  width: 30px;
  border-top: 1px solid #fff;
  display: block;
  margin: 20px auto 0 auto;
}
.entry-quote-content .block-center-inner {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 40px 30px;
}
.entry-quote-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-clip: content-box;
  background-size: cover;
  background-position: center center;
}
.isotope {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.entry-thumb-wrap.thumb-small .zoom-image {
  font-size: 14px;
  bottom: 0;
  right: 0;
}
.gf-paging.next-prev {
  font-size: 0;
}
.gf-paging.next-prev &gt; a {
  font-size: 12px;
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border: 1px solid #333333;
}
.gf-paging.next-prev &gt; a.gf-button-prev {
  margin-right: 10px;
}
.gf-paging.next-prev &gt; a.disable {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
.entry-thumb-wrap.entry-thumb-single .entry-thumbnail:hover .entry-thumbnail-overlay:after,
.entry-thumb-wrap.entry-thumb-single .entry-thumbnail:hover .zoom-image {
  opacity: 0;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image {
  text-align: center;
  font-size: 0;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail {
  display: inline-block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail img {
  width: auto;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail {
  display: block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .gf-post-navigation {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .gf-post-navigation &gt; div {
    display: table-cell;
    width: 50%;
  }
  .gf-post-navigation &gt; div.post-prev {
    border-right: 1px solid #ffffff;
    border-left: 0 solid #ffffff;
  }
}
.gf-post-navigation &gt; div {
  padding: 30px;
  background-color: #f7f7f7;
}
.gf-post-navigation &gt; div span {
  position: relative;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gf-post-navigation &gt; div .gf-post-title {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
}
.gf-post-navigation &gt; div.post-prev &gt; a,
.gf-post-navigation &gt; div.post-next &gt; a {
  color: inherit;
}
.gf-post-navigation &gt; div.post-prev &gt; a:hover,
.gf-post-navigation &gt; div.post-next &gt; a:hover,
.gf-post-navigation &gt; div.post-prev &gt; a:focus,
.gf-post-navigation &gt; div.post-next &gt; a:focus,
.gf-post-navigation &gt; div.post-prev &gt; a:active,
.gf-post-navigation &gt; div.post-next &gt; a:active {
  text-decoration: none;
}
.gf-post-navigation &gt; div.post-prev {
  text-align: left;
}
.gf-post-navigation &gt; div.post-next {
  text-align: right;
}
.gf-post-navigation &gt; div.post-nav-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gf-post-navigation &gt; div.post-nav-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.gf-post-navigation &gt; div.post-nav-bg .gf-post-title {
  color: #fff !important;
}
.gf-post-navigation &gt; div.post-nav-bg span {
  color: #aaa !important;
}
@media (max-width: 767px) {
  .gf-post-navigation &gt; div {
    text-align: center !important;
  }
  .gf-post-navigation &gt; div.post-prev {
    margin-bottom: 1px;
  }
}
.gf-author-info-wrap .gf-author-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.gf-author-info-wrap .gf-author-description {
  margin-bottom: 0;
}
.gf-comments-area {
  margin-top: 90px;
}
.gf-comments-area .comment-list {
  list-style-type: none;
}
.gf-comments-area .comment-list .avatar {
  margin: 0;
  padding: 0;
  float: left;
}
.gf-comments-area .comment-list li.gsf-comment + li.gsf-comment {
  margin-top: 20px;
}
.gf-comments-area .comment-list .children {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.gf-comments-area .comment-list li.depth-2 &gt; .comment-body {
  padding-left: 90px;
}
.gf-comments-area .comment-list li.depth-3 &gt; .comment-body {
  padding-left: 180px;
}
.gf-comments-area .comment-list li.depth-4 &gt; .comment-body {
  padding-left: 270px;
}
.gf-comments-area .comment-list li.depth-5 &gt; .comment-body {
  padding-left: 360px;
}
.gf-comments-area .comments-list + .comment-respond {
  margin-top: 60px;
}
.gf-comments-area .comment-body + .comment-respond {
  margin-top: 35px;
}
.gf-comments-area .comment-respond p &gt; label {
  display: none;
}
.gf-comments-area .comment-respond p:last-child {
  margin-bottom: 0;
}
.gf-comments-area .comment-respond input[type="color"],
.gf-comments-area .comment-respond input[type="date"],
.gf-comments-area .comment-respond input[type="datetime"],
.gf-comments-area .comment-respond input[type="datetime-local"],
.gf-comments-area .comment-respond input[type="email"],
.gf-comments-area .comment-respond input[type="month"],
.gf-comments-area .comment-respond input[type="number"],
.gf-comments-area .comment-respond input[type="password"],
.gf-comments-area .comment-respond input[type="search"],
.gf-comments-area .comment-respond input[type="tel"],
.gf-comments-area .comment-respond input[type="text"],
.gf-comments-area .comment-respond input[type="time"],
.gf-comments-area .comment-respond input[type="url"],
.gf-comments-area .comment-respond input[type="week"],
.gf-comments-area .comment-respond input:not([type]),
.gf-comments-area .comment-respond textarea,
.gf-comments-area .comment-respond select {
  width: 100%;
}
@media (min-width: 768px) {
  .gf-comments-area .comment-list {
    /*li.depth-@{j} &gt; .comment-body {
					.comment-reply-link{
						left: @i * 90 + 23.5px !important;
					}
				}*/
    /*li.depth-@{j} &gt; .comment-body {
					.comment-reply-link{
						left: @i * 90 + 23.5px !important;
					}
				}*/
    /*li.depth-@{j} &gt; .comment-body {
					.comment-reply-link{
						left: @i * 90 + 23.5px !important;
					}
				}*/
    /*li.depth-@{j} &gt; .comment-body {
					.comment-reply-link{
						left: @i * 90 + 23.5px !important;
					}
				}*/
  }
  .gf-comments-area .comment-respond .comment-form-author,
  .gf-comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
  }
  .gf-comments-area .comment-respond .comment-form-author {
    padding-right: 2.5px;
  }
  .gf-comments-area .comment-respond .comment-form-email {
    padding-left: 2.5px;
  }
}
@media (max-width: 767px) {
  .gf-comments-area .comment-list li.depth-2 &gt; .comment-body {
    padding-left: 30px !important;
  }
  .gf-comments-area .comment-list li.depth-3 &gt; .comment-body {
    padding-left: 60px !important;
  }
  .gf-comments-area .comment-list li.depth-4 &gt; .comment-body {
    padding-left: 90px !important;
  }
  .gf-comments-area .comment-list li.depth-5 &gt; .comment-body {
    padding-left: 120px !important;
  }
}
@media (max-width: 480px) {
  .gf-comments-area .comment-list .avatar {
    display: none;
  }
}
/* owl */
.entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav {
  margin: 0;
}
.entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav .owl-prev {
  left: 10px;
}
.entry-thumb-wrap &gt; .owl-carousel.owl-theme &gt; .owl-nav .owl-next {
  right: 10px;
}
.entry-thumb-wrap.thumb-small &gt; .owl-carousel.owl-theme &gt; .owl-nav {
  /*top: 0;
	left: 0;*/
}
.entry-thumb-wrap.thumb-small &gt; .owl-carousel.owl-theme &gt; .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding-right: 1px;
}
.gf-post-excerpt p {
  margin: 0;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.blog-pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}
.blog-pagination .page-numbers {
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
  width: auto;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0 27px;
}
.blog-pagination .page-numbers.next {
  margin-right: 0 !important;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus,
.blog-pagination .page-numbers.current {
  background-color: #00634f !important;
  color: #ff5800 !important;
}
.blog-pagination a {
  color: inherit;
}
.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a:active {
  text-decoration: none;
}
@media (max-width: 440px) {
  .blog-pagination .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.comment-navigation {
  text-align: right;
}
.comment-navigation .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.comment-navigation .page-numbers.next,
.comment-navigation .page-numbers.prev {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  padding: 0;
}
.comment-navigation .page-numbers.next i,
.comment-navigation .page-numbers.prev i {
  line-height: 40px;
}
.gf-gutter-0 + .gf-paging {
  margin-top: 50px;
}
.gf-gutter-10 + .gf-paging {
  margin-top: 40px;
}
.gf-gutter-20 + .gf-paging {
  margin-top: 30px;
}
.gf-gutter-30 + .gf-paging {
  margin-top: 20px;
}
.gf-gutter-10.gf-blog-inner &gt; .post-grid {
  padding-bottom: 35px;
}
.gf-gutter-20.gf-blog-inner &gt; .post-grid {
  padding-bottom: 45px;
}
.gf-gutter-30.gf-blog-inner &gt; .post-grid {
  padding-bottom: 55px;
}
/**
* Image Size
* ----------------------------------------------------------------------------
*/
.thumbnail-size-blog-large:before,
.embed-responsive-blog-large {
  padding-bottom: 51.95402298850575%;
}
.thumbnail-size-blog-grid:before,
.embed-responsive-blog-grid {
  padding-bottom: 73.24324324324324%;
}
.thumbnail-size-1x1:before {
  padding-bottom: 100%;
}
.thumbnail-size-4x3:before {
  padding-bottom: 75%;
}
.thumbnail-size-3x4:before {
  padding-bottom: 133.3333333333333%;
}
.thumbnail-size-16x9:before {
  padding-bottom: 56.25%;
}
.thumbnail-size-9x16:before {
  padding-bottom: 177.7777777777778%;
}
.thumbnail-size-none:before {
  display: none;
}
.gf-post-like {
  font-size: 12px;
  letter-spacing: 0.07em;
}
article.post-default .gf-post-title,
article.post-single .gf-post-title {
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.36;
}
article.post-default .gf-post-meta,
article.post-single .gf-post-meta {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding-left: 0;
  color: #a4a4a4 !important;
}
article.post-default .gf-post-meta &gt; li,
article.post-single .gf-post-meta &gt; li {
  display: inline-block;
  margin-right: 30px !important;
}
article.post-default .gf-post-meta &gt; li &gt; a,
article.post-single .gf-post-meta &gt; li &gt; a {
  color: inherit;
}
article.post-default .gf-post-meta &gt; li &gt; a:hover,
article.post-single .gf-post-meta &gt; li &gt; a:hover,
article.post-default .gf-post-meta &gt; li &gt; a:focus,
article.post-single .gf-post-meta &gt; li &gt; a:focus,
article.post-default .gf-post-meta &gt; li &gt; a:active,
article.post-single .gf-post-meta &gt; li &gt; a:active {
  text-decoration: none;
}
/**
* Layout Default
* ----------------------------------------------------------------------------
*/
article.post-default .gf-post-excerpt {
  line-height: 1.73em;
  letter-spacing: 0.03em;
}
article.post-default .gf-post-inner {
  position: relative;
}
article.post-default .entry-thumb-wrap {
  overflow: hidden;
}
article.post-default .entry-thumb-wrap:before {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  transform: skewY(3deg) translateY(-50%);
  z-index: 100;
  padding-bottom: 5.4%;
}
@media (max-width: 767px) {
  article.post-default .entry-quote-thumbnail .block-center-inner {
    padding: 20px;
  }
}
/**
* Layout Large Image
* ----------------------------------------------------------------------------
*/
.entry-thumb-format-audio .embed-responsive-blog-large {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
.entry-thumb-format-audio .embed-responsive-blog-large iframe {
  height: 250px;
  position: static;
}
.layout-large-image &gt; article {
  padding-bottom: 70px;
}
.layout-large-image + .gf-paging {
  margin-top: 30px;
}
article.post-large-image {
  text-align: center;
}
article.post-large-image .entry-thumb-wrap {
  margin-top: 100px;
}
article.post-large-image .entry-thumb-wrap.entry-thumb-format-audio {
  margin-top: 0;
}
article.post-large-image .entry-thumb-wrap.entry-thumb-format-quote {
  margin-top: 0;
}
article.post-large-image .entry-thumb-wrap.entry-thumb-format-link {
  margin-top: 0;
}
article.post-large-image .entry-thumb-wrap + .gf-post-content .gf-post-title-wrap {
  width: 77.586%;
  padding: 50px 70px 20px 70px;
  background-color: #fcfcfc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
article.post-large-image .btn-read-more i {
  padding-left: 5px;
}
article.post-large-image.sticky .gf-post-content {
  padding: 30px 25px;
}
article.post-large-image .gf-post-excerpt {
  margin-bottom: 33px;
  text-align: left;
}
article.post-large-image .entry-thumb-wrap + .gf-post-content {
  padding-top: 35px;
}
@media (max-width: 991px) {
  article.post-large-image .entry-thumb-wrap + .gf-post-content .gf-post-title-wrap {
    padding: 30px 40px 10px 40px;
  }
}
@media (max-width: 767px) {
  article.post-large-image .entry-thumb-wrap + .gf-post-content .gf-post-title-wrap {
    width: 86%;
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 440px) {
  article.post-large-image {
    text-align: left;
  }
  article.post-large-image .entry-thumb-wrap + .gf-post-content .gf-post-title-wrap {
    position: static !important;
    transform: translateX(0);
    width: 100% !important;
    padding: 0;
    background-color: transparent !important;
  }
  article.post-large-image .entry-thumb-wrap {
    margin-top: 0;
  }
}
/**
* Layout Grid
* ----------------------------------------------------------------------------
*/
article.post-grid .entry-thumb-wrap + .gf-post-content {
  padding-top: 40px;
}
article.post-grid .entry-thumb-wrap + .gf-post-content:before {
  transform: skewY(4deg) translateY(-50%);
  padding-bottom: 7.02%;
}
article.post-grid .gf-post-title {
  font-size: 17px;
  margin-bottom: 13px;
  line-height: 1.29;
}
article.post-grid .gf-post-meta .meta-date {
  position: absolute;
  bottom: 0;
  left: 0;
}
article.post-grid .gf-post-excerpt {
  padding-bottom: 40px;
  line-height: 1.57em;
}
article.post-grid.sticky .gf-post-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
article.post-grid.sticky .gf-post-content .gf-post-meta .meta-date {
  left: 20px;
  bottom: 20px;
  margin-right: 0 !important;
}
article.post-grid .entry-quote-content .block-center-inner {
  padding: 20px;
}
article.post-grid .entry-quote-content i {
  margin-bottom: 0 !important;
}
/**
* Single
* ----------------------------------------------------------------------------
*/
.gf-author-title,
.gf-heading-title {
  margin-top: 0;
}
article.post-single,
.gf-tag-share-wrap,
.gf-post-navigation,
.gf-author-info-wrap,
.gf-single-related-wrap {
  margin-bottom: 90px;
}
article.post-single .entry-thumb-wrap {
  margin-top: 100px;
  overflow: hidden;
}
article.post-single .entry-thumb-wrap:before {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  transform: skewY(3deg) translateY(-50%);
  z-index: 100;
  padding-bottom: 5.4%;
}
article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
  width: 77.586%;
  padding: 50px 70px 20px 70px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
article.post-single .entry-thumb-wrap.entry-thumb-format-audio,
article.post-single .entry-thumb-format-quote,
article.post-single .entry-thumb-format-link {
  margin-top: 0 !important;
}
article.post-single .gf-post-excerpt {
  line-height: 1.73em;
  letter-spacing: 0.03em;
}
article.post-single .gf-post-meta {
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding-left: 0;
}
article.post-single .gf-post-meta &gt; li {
  display: inline-block;
  margin-right: 30px;
}
article.post-single .gf-post-meta &gt; li &gt; a {
  color: inherit;
}
article.post-single .gf-post-meta &gt; li &gt; a:hover,
article.post-single .gf-post-meta &gt; li &gt; a:focus,
article.post-single .gf-post-meta &gt; li &gt; a:active {
  text-decoration: none;
}
.entry-thumb-wrap.entry-thumb-single {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    padding: 30px 40px 10px 40px !important;
  }
}
@media (max-width: 767px) {
  article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    width: 86% !important;
    padding: 20px 20px 0 20px !important;
  }
}
@media (max-width: 440px) {
  article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    position: static !important;
    transform: translateX(0);
    width: 100% !important;
    padding: 0;
    background-color: transparent !important;
  }
  article.post-single .entry-thumb-wrap {
    margin-top: 0;
  }
  article.post-single .gf-post-title {
    font-size: 17px !important;
  }
}
/* single post - post meta */
.gf-tag-share-wrap {
  padding: 20px 5px;
}
.gf-tag-share-wrap .gf-heading-title {
  display: inline;
  margin-right: 25px;
}
.gf-tag-share-wrap .gf-post-meta-tag {
  text-align: left;
}
.gf-tag-share-wrap .gf-post-meta-tag .tagcloud {
  display: inline;
}
.gf-tag-share-wrap .gf-post-meta-share {
  /*display: table-cell;
		white-space: nowrap;
		vertical-align: middle;*/
}
.gf-tag-share-wrap .gf-post-meta-share ul {
  display: inline;
}
.gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li {
  margin: 0 0 4px 0;
}
.gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a {
  width: 40px;
  height: 38px;
  line-height: 36px;
  border-color: transparent;
}
.gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a i {
  position: static;
  opacity: 1;
  margin: 0 !important;
  line-height: 36px;
}
.gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a:hover i {
  color: #fff !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.gf-post-navigation .gf-post-title {
  display: none;
}
.gf-post-navigation &gt; div {
  text-align: center !important;
  padding: 60px 30px;
}
.gf-post-navigation &gt; div span {
  font-size: 14px;
  font-weight: bold;
}
.gf-post-navigation &gt; div span &gt; a {
  color: inherit;
}
.gf-post-navigation &gt; div span &gt; a:hover,
.gf-post-navigation &gt; div span &gt; a:focus,
.gf-post-navigation &gt; div span &gt; a:active {
  text-decoration: none;
}
.gf-post-navigation &gt; div.post-prev span a:before,
.gf-post-navigation &gt; div.post-next span a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f0d9';
  font-size: 23px;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: -1px;
}
.gf-post-navigation &gt; div.post-prev span a:before {
  margin-right: 10px;
}
.gf-post-navigation &gt; div.post-next span a:after {
  margin-left: 10px;
  content: '\f0da';
}
.gf-post-navigation &gt; div.post-nav-bg:before {
  background-color: rgba(229, 229, 229, 0.8);
}
.gf-post-navigation &gt; div.post-nav-bg span {
  color: #070707 !important;
}
.gf-author-info-wrap {
  position: relative;
}
.gf-author-info-wrap .gf-author-content {
  margin-left: 60px;
  min-height: 160px;
  padding: 20px 40px 20px 80px;
}
.gf-author-info-wrap .avatar {
  position: absolute;
  top: 20px;
}
.comment-body {
  position: relative;
}
.comment-body .comment-text {
  padding: 30px;
  min-height: 160px;
}
.comment-body .avatar + .comment-text {
  padding: 20px 40px 20px 80px;
  margin-left: 60px;
}
.comment-body .avatar {
  position: absolute;
  top: 20px;
}
/* post comment */
.comment-body {
  margin-bottom: 0;
}
.gf-comments-area .comment-list .author-name {
  margin-top: 0;
  margin-bottom: 0;
}
.gf-comments-area .comment-list ul.comment-top {
  margin-bottom: 10px;
}
.gf-comments-area .comment-list ul.comment-top &gt; li {
  margin-right: 40px;
}
.gf-comments-area .comment-list .comment-meta-date i {
  margin-right: 5px;
}
.gf-comments-area .comment-list .gf-entry-content {
  margin-bottom: 15px;
}
.gf-comments-area .comment-list .comment-meta i {
  margin-right: 5px;
}
.gf-comments-area .comment-list .comment-meta .comment-reply-link,
.gf-comments-area .comment-list .comment-meta .comment-edit-link {
  color: inherit;
}
.gf-comments-area .comment-list .comment-meta .comment-reply-link:hover,
.gf-comments-area .comment-list .comment-meta .comment-edit-link:hover,
.gf-comments-area .comment-list .comment-meta .comment-reply-link:focus,
.gf-comments-area .comment-list .comment-meta .comment-edit-link:focus,
.gf-comments-area .comment-list .comment-meta .comment-reply-link:active,
.gf-comments-area .comment-list .comment-meta .comment-edit-link:active {
  text-decoration: none;
}
.gf-comments-area .comment-list .comment-meta .comment-reply-link:hover,
.gf-comments-area .comment-list .comment-meta .comment-edit-link:hover {
  color: #ffffff;
}
.gf-comments-area .comment-list .comment-meta .comment-edit-link {
  margin-right: 10px;
}
.gf-comments-area .comment-respond p {
  margin-bottom: 5px;
}
.gf-comments-area .comment-respond p.form-submit {
  margin-bottom: 0;
}
.gf-comments-area .comment-respond p.comment-form-comment {
  font-size: 0;
}
.gf-comments-area .comment-respond p.comment-form-comment textarea {
  font-size: 15px;
}
.gf-comments-area .comment-respond p.form-submit {
  margin-top: 25px;
}
.gf-comments-area .comment-respond input[type="color"],
.gf-comments-area .comment-respond input[type="date"],
.gf-comments-area .comment-respond input[type="datetime"],
.gf-comments-area .comment-respond input[type="datetime-local"],
.gf-comments-area .comment-respond input[type="email"],
.gf-comments-area .comment-respond input[type="month"],
.gf-comments-area .comment-respond input[type="number"],
.gf-comments-area .comment-respond input[type="password"],
.gf-comments-area .comment-respond input[type="search"],
.gf-comments-area .comment-respond input[type="tel"],
.gf-comments-area .comment-respond input[type="text"],
.gf-comments-area .comment-respond input[type="time"],
.gf-comments-area .comment-respond input[type="url"],
.gf-comments-area .comment-respond input[type="week"],
.gf-comments-area .comment-respond input:not([type]),
.gf-comments-area .comment-respond textarea,
.gf-comments-area .comment-respond select {
  height: 60px;
}
.gf-comments-area .comment-respond input[type="color"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="datetime"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.gf-comments-area .comment-respond input:not([type])::-webkit-input-placeholder,
.gf-comments-area .comment-respond textarea::-webkit-input-placeholder,
.gf-comments-area .comment-respond select::-webkit-input-placeholder,
.gf-comments-area .comment-respond input[type="color"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="date"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="datetime"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="datetime-local"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="email"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="month"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="number"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="password"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="search"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="tel"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="text"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="time"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="url"]:-moz-placeholder,
.gf-comments-area .comment-respond input[type="week"]:-moz-placeholder,
.gf-comments-area .comment-respond input:not([type]):-moz-placeholder,
.gf-comments-area .comment-respond textarea:-moz-placeholder,
.gf-comments-area .comment-respond select:-moz-placeholder,
.gf-comments-area .comment-respond input[type="color"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="date"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="datetime"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="datetime-local"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="email"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="month"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="number"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="password"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="search"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="tel"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="text"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="time"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="url"]::-moz-placeholder,
.gf-comments-area .comment-respond input[type="week"]::-moz-placeholder,
.gf-comments-area .comment-respond input:not([type])::-moz-placeholder,
.gf-comments-area .comment-respond textarea::-moz-placeholder,
.gf-comments-area .comment-respond select::-moz-placeholder,
.gf-comments-area .comment-respond input[type="color"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="datetime"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.gf-comments-area .comment-respond input:not([type]):-ms-input-placeholder,
.gf-comments-area .comment-respond textarea:-ms-input-placeholder,
.gf-comments-area .comment-respond select:-ms-input-placeholder {
  color: #a1a1a1;
  font-style: italic !important;
  font-size: 13px;
  letter-spacing: 0.025em;
}
.gf-comments-area .comment-respond textarea {
  height: 184px;
}
/*@media (min-width: 768px) {
	.gf-comments-area {
		.comment-reply-link {
			position: absolute;
			top: 140px;
			left: 23.5px;
			z-index: 100;
			i {
				display: none;
			}
		}
		.comment-reply-link.btn.btn-xs.btn-primary {
			padding: 7px 43px !important;
		}
	}
}*/
.gf-single-related-wrap .gf-heading-title,
.comments-list .gf-heading-title,
.comment-respond .gf-heading-title {
  font-size: 24px;
  margin-bottom: 40px !important;
}
/* Relate post */
.gf-single-related-wrap article.post-default .gf-post-excerpt {
  display: none;
}
.gf-single-related-wrap article.post-default .meta-date {
  position: static;
}
.gf-single-related-wrap article.post-default .gf-post-title {
  margin-bottom: 5px;
}
.gf-single-related-wrap article.post-default .gf-post-content {
  padding-top: 15px;
}
.gf-single-related-wrap article.post-default .meta-cat {
  display: none;
}
@media (max-width: 991px) {
  .article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    padding: 30px 40px 10px 40px !important;
  }
}
@media (max-width: 767px) {
  article.post-single,
  .gf-tag-share-wrap,
  .gf-post-navigation,
  .gf-author-info-wrap,
  .gf-single-related-wrap {
    margin-bottom: 60px;
  }
  .article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    width: 86% !important;
    padding: 20px 20px 0 20px !important;
  }
  .comment-body .comment-text {
    padding: 30px;
    min-height: unset;
  }
  .comment-body .avatar {
    display: none;
  }
  .comment-body .avatar + .comment-text {
    padding: 30px;
    margin-left: 0;
  }
  .gf-tag-share-wrap {
    display: block;
  }
  .gf-tag-share-wrap .gf-post-meta-tag {
    display: block;
    text-align: right;
  }
  .gf-tag-share-wrap .gf-post-meta-share {
    display: block;
  }
  .gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a {
    width: 38px;
    height: 34px;
    line-height: 32px;
  }
  .gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a i {
    line-height: 32px;
  }
  .gf-comments-area .comment-list .author-name {
    font-size: 15px !important;
  }
  .gf-single-related-wrap .gf-heading-title,
  .comments-list .gf-heading-title,
  .comment-respond .gf-heading-title {
    font-size: 20px !important;
  }
  .gf-author-info-wrap .avatar {
    display: none;
  }
  .gf-author-info-wrap .gf-author-content {
    margin: 0;
    min-height: unset;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  article.post-single,
  .gf-tag-share-wrap,
  .gf-post-navigation,
  .gf-author-info-wrap,
  .gf-single-related-wrap {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 440px) {
  .article.post-single .entry-thumb-wrap + .gf-post-content .gf-entry-meta-top {
    width: 90% !important;
    padding: 20px 5px 0 5px !important;
  }
  .article.post-single .gf-post-title {
    font-size: 17px !important;
  }
}
/**
* Shortcode Blog Sync Carousel
*/
.heading-wrap {
  display: table;
  width: 100%;
}
.heading-wrap .gf-heading {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.heading-wrap .posts-sync-thumb-wrap {
  max-width: 363px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  padding-left: 30px;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] {
  padding-bottom: 27px;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer {
  padding-right: 3px;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current:before {
  left: 3px;
  top: 3px;
  bottom: 3px;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current .entry-thumb-wrap {
  position: relative;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current .entry-thumb-wrap:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 100%;
  background-color: #81be45;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current .entry-thumbnail {
  border-color: #81be45;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] .entry-thumb-wrap {
  width: 55px;
}
.heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] .entry-thumb-wrap .entry-thumbnail {
  margin-right: -3px;
  border: 3px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
[data-owl-sync="thumb"] {
  padding-bottom: 20px;
}
[data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current {
  position: relative;
}
[data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
[data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #81be45;
  z-index: 3;
}
[data-owl-sync="thumb"] .owl-nav {
  display: none;
}
.posts-sync-main-item .gf-post-title {
  margin-top: 35px;
  margin-bottom: 6px;
  font-weight: bold;
}
.posts-sync-main-item .gf-post-title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  .heading-wrap {
    display: block;
  }
  .heading-wrap .gf-heading {
    display: block;
    margin-bottom: 40px;
  }
  .heading-wrap .blog-sync-thumb-wrap {
    max-width: none;
    display: block;
    padding-left: 0;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] {
    padding-bottom: 20px;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer {
    padding-right: 0;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current:before {
    left: 0;
    top: 0;
    bottom: 0;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] &gt; .owl-stage-outer &gt; .owl-stage &gt; .current .entry-thumb-wrap:after {
    display: none;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] .entry-thumb-wrap {
    width: auto;
  }
  .heading-wrap .blog-sync-thumb-wrap [data-owl-sync="thumb"] .entry-thumb-wrap .entry-thumbnail {
    margin-right: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 599px) {
  .heading-wrap .posts-sync-thumb-wrap [data-owl-sync="thumb"] {
    padding-bottom: 10px;
  }
  [data-owl-sync="thumb"] {
    padding-bottom: 10px;
  }
}
.gf_posts .gf-heading {
  margin-bottom: 30px;
}
.gf_posts .gf-heading + .gf-blog-wrap {
  position: relative;
}
.gf_posts .gf-heading + .gf-blog-wrap .next-prev {
  position: absolute;
  right: 0;
  top: -68px;
  margin-top: 0;
}
.gf_posts .gf-heading + .gf-blog-wrap .gf-cate-filter {
  position: absolute;
  top: -62px;
  right: 0;
}
.gf_posts .gf-heading + .gf-blog-wrap .gf-cate-filter + div + .next-prev {
  position: static;
}
/*.gf-cate-filter {
	text-align: right;
	margin-bottom: 30px;
	a.btn {
		background-color: transparent;
		font-weight: 400;
		font-size: 12px;
		text-transform: capitalize;
		line-height: 19px;
		padding: 0 9px;
		border: none;
		+ a {
			margin-left: 6px;
		}
	}
	.cate-expanded {
		display: inline-block;
		margin-left: 6px;
		top: 2px;
		.dropdown-toggle {
			margin-bottom: 0 !important;
			font-size: 16px;
			cursor: pointer;
			line-height: 19px;
			padding: 0 9px;
			color: #fff;
		}
		.dropdown-menu {
			right: 0;
			left: auto;
			background-color: @background_color;
			border: none;
			border-bottom: 1px solid @border_color;
			.box-shadow(0 3px 10px rgba(111, 111, 111, 0.7));
			padding: 0;
			.border-radius(0);
			a {
				border-top: 1px solid @border_color;
				text-align: left;
				padding: 5px 10px;
			}
		}
	}
}*/
ul.nav-tabs.gf-cate-filter,
.gsf-product_tabs .gsf-pretty-tabs {
  border-bottom: none;
  margin-bottom: 68px !important;
  font-size: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 0 36px !important;
  z-index: 7;
}
ul.nav-tabs.gf-cate-filter li,
.gsf-product_tabs .gsf-pretty-tabs li {
  float: none;
  display: inline-block;
}
ul.nav-tabs.gf-cate-filter li a,
.gsf-product_tabs .gsf-pretty-tabs li a {
  font-size: 13px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  border: none;
  -webkit-border-top-right-radius: 8px 31.5px;
  -webkit-border-bottom-right-radius: 8px 31.5px;
  -webkit-border-bottom-left-radius: 8px 31.5px;
  -webkit-border-top-left-radius: 8px 31.5px;
  -moz-border-radius-topright: 8px 31.5px;
  -moz-border-radius-bottomright: 8px 31.5px;
  -moz-border-radius-bottomleft: 8px 31.5px;
  -moz-border-radius-topleft: 8px 31.5px;
  border-top-right-radius: 8px 31.5px;
  border-bottom-right-radius: 8px 31.5px;
  border-bottom-left-radius: 8px 31.5px;
  border-top-left-radius: 8px 31.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
  padding: 9.5px 28.5px;
  background-color: transparent;
  line-height: 44px;
}
ul.nav-tabs.gf-cate-filter li.active a,
.gsf-product_tabs .gsf-pretty-tabs li.active a,
ul.nav-tabs.gf-cate-filter li.active a:hover,
.gsf-product_tabs .gsf-pretty-tabs li.active a:hover,
ul.nav-tabs.gf-cate-filter li a:hover,
.gsf-product_tabs .gsf-pretty-tabs li a:hover,
ul.nav-tabs.gf-cate-filter li a:focus,
.gsf-product_tabs .gsf-pretty-tabs li a:focus {
  border: none;
  color: #fff !important;
}
ul.nav-tabs.gf-cate-filter li + li,
.gsf-product_tabs .gsf-pretty-tabs li + li {
  margin-left: 2px;
}
ul.nav-tabs.gf-cate-filter li.dropdown,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown {
  float: right;
}
ul.nav-tabs.gf-cate-filter li.dropdown &gt; a,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown &gt; a {
  line-height: 63px;
}
ul.nav-tabs.gf-cate-filter li.dropdown &gt; a span,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown &gt; a span {
  font-weight: 700;
}
ul.nav-tabs.gf-cate-filter li.dropdown a,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown a {
  background-color: transparent !important;
  padding: 0;
}
ul.nav-tabs.gf-cate-filter li.dropdown.active a,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown.active a,
ul.nav-tabs.gf-cate-filter li.dropdown.active a:hover,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown.active a:hover,
ul.nav-tabs.gf-cate-filter li.dropdown a:hover,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown a:hover,
ul.nav-tabs.gf-cate-filter li.dropdown a:focus,
.gsf-product_tabs .gsf-pretty-tabs li.dropdown a:focus {
  color: #00634f !important;
  background-color: transparent !important;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu {
  margin-top: 0;
  right: 0;
  left: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 0 20px;
  border: none;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li {
  display: block;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li a,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li a {
  padding: 10px 20px 0;
  line-height: 20px;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li.active a,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li.active a,
ul.nav-tabs.gf-cate-filter .dropdown-menu li.active a:hover,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li.active a:hover,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:hover,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li a:hover,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:focus,
.gsf-product_tabs .gsf-pretty-tabs .dropdown-menu li a:focus {
  color: #00634f !important;
}
@media (min-width: 992px) {
  [data-filter-vertical="1"].gf-cate-filter {
    width: 20%;
    float: left;
    font-size: 0;
    margin-bottom: 0;
  }
  [data-filter-vertical="1"].gf-cate-filter a.btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 6px 25px;
  }
  [data-filter-vertical="1"].gf-cate-filter a.btn + a {
    margin-left: 0 !important;
  }
  [data-filter-vertical="1"] + .gf-blog-inner {
    width: 80%;
    float: left;
    padding-left: 35px;
  }
}
.cate-filter-dark .gf-cate-filter {
  background-color: rgba(0, 0, 0, 0.81);
  margin-bottom: 0;
  padding: 15px 30px;
}
.cate-filter-dark .gf-cate-filter a.btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 7px 15px;
  color: #fff;
}
.cate-filter-dark .gf-cate-filter a.btn + a {
  margin-left: 60px;
}
.cate-filter-dark .gf-cate-filter &gt; a + a {
  position: relative;
  overflow: inherit;
}
.cate-filter-dark .gf-cate-filter &gt; a + a:before {
  position: absolute;
  content: '';
  display: block;
  left: -31px;
  width: 2px;
  height: 15px;
  background-color: #5c5c5c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cate-filter-dark .gf-cate-filter .cate-expanded {
  margin-left: 55px;
  top: 2px;
}
.cate-filter-dark .gf-cate-filter .cate-expanded .dropdown-toggle {
  line-height: 30px;
  padding: 0;
  width: 30px;
  text-align: center;
}
.cate-filter-dark .gf-cate-filter .cate-expanded .dropdown-menu {
  background-color: #000;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cate-filter-dark .gf-cate-filter .cate-expanded .dropdown-menu a {
  text-align: left;
}
.cate-filter-mg-bottom-40 .gf-cate-filter {
  margin-bottom: 40px !important;
}
#gsf-reading-process {
  display: block;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: fixed;
  bottom: 0;
  left: 0;
  /*background-color: @primary_color;*/
  -webkit-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  -moz-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  width: 0;
  z-index: 9999;
  max-width: 100%;
}
/**
* 8.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.g5plus-counter .ct-icon-shape .ct-icon {
  background-color: #00634f;
}
.gf-heading .heading_title {
  font-family: 'Poppins';
}
/*---------Icon Box------------------*/
.g5f-icon-box.background .icon:before,
.g5f-icon-box.outline .icon:before {
  background-color: #00634f;
}
.g5f-icon-box.outline .icon {
  border: 1px solid #00634f;
}
.g5f-icon-box.outline .icon:before {
  border: 1px solid #00634f;
}
.g5f-icon-box.outline .icon i {
  color: #00634f;
}
.g5f-icon-box:hover a {
  color: #00634f !important;
}
/*-------------Testimonials----------------*/
.g5plus-testimonials .testimonials-avatar-wrap .testimonials-avatar-slider .current.active .tes-avatar-item,
.g5plus-testimonials .testimonials-avatar-wrap .testimonials-avatar-slider .tes-avatar-item:hover {
  border-color: #00634f;
}
.g5plus-testimonials .testimonials-avatar-wrap .testimonials-avatar-slider .owl-nav div:hover {
  background-color: #00634f !important;
}
.gf-gallery .gallery-zoom:hover {
  border-color: #00634f;
}
/* TimeLine*/
.gf-time-line ul.time-line-items li.time-line-item .time-line-icon .icon {
  background-color: #00634f;
}
.gf-time-line ul.time-line-items li.time-line-item .time-line-content:before {
  background-color: #00634f;
}
.gf-time-line ul.time-line-items li.time-line-item .time-line-content:after {
  background-color: #00634f;
}
.gf-time-line ul.time-line-items li.time-line-item:hover .time-line-content:before {
  border-color: #00634f !important;
}
/*----------shortcode job-position ----------*/
.gf-job-position tr th {
  background-color: #00634f;
}
@media (max-width: 767px) {
  .gf-job-position tr td:before {
    color: #333333;
  }
}
/*----------shortcode pricing table----------*/
.gf-pricing-tables .gs-pt-prices h4 {
  color: #00634f !important;
}
.gf-pricing-tables .gs-pt-name {
  background-color: #00634f;
}
.nav-center &gt; .owl-nav {
  margin-top: 0;
}
.nav-center &gt; .owl-nav &gt; .owl-next,
.nav-center &gt; .owl-nav &gt; .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0.5;
}
.nav-center &gt; .owl-nav &gt; .owl-next {
  right: 10px;
}
.nav-center &gt; .owl-nav &gt; .owl-prev {
  left: 10px;
}
.nav-center:hover &gt; .owl-nav &gt; .owl-next,
.nav-center:hover &gt; .owl-nav &gt; .owl-prev {
  opacity: 1;
}
.nav-top-right &gt; .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.nav-top-right &gt; .owl-nav &gt; .owl-next {
  margin-right: 0;
}
.nav-bottom-left &gt; .owl-nav,
.nav-bottom-center &gt; .owl-nav,
.nav-bottom-right &gt; .owl-nav {
  margin-top: 30px;
}
.nav-bottom-left &gt; .owl-nav {
  text-align: left;
}
.nav-bottom-left &gt; .owl-nav &gt; .owl-prev {
  margin-left: 0;
}
.nav-bottom-right &gt; .owl-nav {
  text-align: right;
}
.nav-bottom-right &gt; .owl-nav &gt; .owl-next {
  margin-right: 0;
}
.nav-square-text &gt; .owl-nav &gt; .owl-prev,
.nav-circle-text &gt; .owl-nav &gt; .owl-prev,
.nav-square-text &gt; .owl-nav &gt; .owl-next,
.nav-circle-text &gt; .owl-nav &gt; .owl-next {
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
}
.nav-circle-icon &gt; .owl-nav &gt; .owl-prev,
.nav-circle-text &gt; .owl-nav &gt; .owl-prev,
.nav-circle-icon &gt; .owl-nav &gt; .owl-next,
.nav-circle-text &gt; .owl-nav &gt; .owl-next {
  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
}
.default-effect,
.suprema-effect,
.layla-effect,
.bubba-effect,
.jazz-effect {
  overflow: hidden;
  position: relative;
}
.default-effect:after,
.suprema-effect:after,
.layla-effect:after,
.bubba-effect:after,
.jazz-effect:after {
  -webkit-transition: opacity .8s ease .2s;
  transition: opacity .8s ease .15s;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 0;
}
.default-effect .effect-content,
.suprema-effect .effect-content,
.layla-effect .effect-content,
.bubba-effect .effect-content,
.jazz-effect .effect-content {
  position: relative;
}
.default-effect .effect-content:before,
.suprema-effect .effect-content:before,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before,
.jazz-effect .effect-content:before,
.default-effect .effect-content:after,
.suprema-effect .effect-content:after,
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.jazz-effect .effect-content:after {
  position: absolute;
  content: '';
  display: block;
}
.default-effect:hover:after,
.suprema-effect:hover:after,
.layla-effect:hover:after,
.bubba-effect:hover:after,
.jazz-effect:hover:after,
.default-effect:hover .effect-content:before,
.suprema-effect:hover .effect-content:before,
.layla-effect:hover .effect-content:before,
.bubba-effect:hover .effect-content:before,
.jazz-effect:hover .effect-content:before,
.default-effect:hover .effect-content:after,
.suprema-effect:hover .effect-content:after,
.layla-effect:hover .effect-content:after,
.bubba-effect:hover .effect-content:after,
.jazz-effect:hover .effect-content:after {
  opacity: 1;
}
.suprema-effect .effect-content:before,
.suprema-effect .effect-content:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
}
.suprema-effect .effect-content:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  left: 50%;
}
.suprema-effect .effect-content:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.suprema-effect:hover .effect-content:before {
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-1000px);
  -moz-transform: rotate(-45deg) translateX(-1000px);
  -ms-transform: rotate(-45deg) translateX(-1000px);
  -o-transform: rotate(-45deg) translateX(-1000px);
}
.suprema-effect:hover .effect-content:after {
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(1000px);
  -moz-transform: rotate(-45deg) translateX(1000px);
  -ms-transform: rotate(-45deg) translateX(1000px);
  -o-transform: rotate(-45deg) translateX(1000px);
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
.layla-effect:hover .effect-content:after {
  left: 10px;
  right: 10px;
}
.layla-effect:hover .effect-content:before {
  top: 10px;
  bottom: 10px;
}
.bubba-effect:hover .effect-content:after {
  left: 25px;
  right: 25px;
}
.bubba-effect:hover .effect-content:before {
  top: 25px;
  bottom: 25px;
}
.jazz-effect .effect-content:before {
  background-color: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
}
.jazz-effect:hover .effect-content:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
}
/*------- Custom VC_accordion -------*/
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
  font-size: 15px !important;
  font-weight: normal !important;
  padding: 23px 60px !important;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon {
  right: 50px !important;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
  -webkit-transform: rotate(0deg) translateY(0);
  -moz-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  -o-transform: rotate(0deg) translateY(0);
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 50px 20px 60px;
}
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  color: #fff !important;
}
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:after,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:after {
  border-color: #fff !important;
}
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.vc_general.vc_tta.vc_tta-accordion:not(.vc_tta-style-outline) .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
  border-top-color: #fff !important;
  -webkit-transform: rotate(0deg) translateY(0);
  -moz-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  -o-transform: rotate(0deg) translateY(0);
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover a {
  color: #fff !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover a {
  color: #00634f !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover .vc_tta-controls-icon.vc_tta-controls-icon-chevron:after {
  border-color: #00634f !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active:hover .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
  border-top-color: #00634f !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-color: #fff !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border-color: #fff !important;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #00634f !important;
}
/*------- Custom VC_Progress_Bar -------*/
.vc_progress_bar .wpb_heading {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b3b3b;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.vc_progress_bar .vc_single_bar:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 50px;
}
.vc_progress_bar .vc_general.vc_single_bar {
  background-color: #e0e0e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vc_progress_bar .vc_label {
  padding: 0 !important;
  letter-spacing: 0.04em;
  top: -30px;
  text-shadow: 0 0 0;
}
.vc_progress_bar .vc_label .vc_label_units {
  position: absolute;
  right: 30px;
  top: 0;
}
.g5plus-contact-form .column-2 .ct-left,
.g5plus-contact-form .column-2 .ct-right {
  width: 50%;
}
.g5plus-contact-form .column-2 .ct-left {
  float: left;
  padding-right: 4px;
}
.g5plus-contact-form .column-2 .ct-right {
  float: right;
}
.g5plus-contact-form input:not([type="submit"]),
.g5plus-contact-form textarea {
  width: 100% !important;
  height: 60px;
  margin-bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.g5plus-contact-form input:not([type="submit"]):focus,
.g5plus-contact-form textarea:focus {
  border-color: #00634f;
}
.g5plus-contact-form textarea {
  height: 156px;
  width: 100%;
  max-width: 100%;
}
.gsf-videos-items::-webkit-scrollbar {
  width: 6px;
}
.gsf-videos-items::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
}
.gsf-videos-items::-webkit-scrollbar-thumb {
  background-color: #727272;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.gsf-video-playlist .gsf-playlist-info {
  border-bottom: 1px solid #ffffff;
}
.gsf-video-playlist .gsf-playlist-number {
  color: #666666;
}
@media (max-width: 767px) {
  .g5plus-contact-form .column-2 .ct-left,
  .g5plus-contact-form .column-2 .ct-right {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.g5plus-mailchimp {
  max-width: 370px;
  height: auto;
  padding: 65px 40px 65px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.g5plus-mailchimp .mailchimp-title {
  margin-bottom: 35px;
}
.g5plus-mailchimp .mailchimp-title h4 {
  color: #00634f !important;
}
.g5plus-mailchimp p {
  margin: 0;
}
.g5plus-mailchimp p input {
  width: 100%;
  height: 51px !important;
  margin-bottom: 5px !important;
  background-color: #fff !important;
}
.g5plus-mailchimp .submit {
  margin-top: 10px;
  margin-bottom: 0;
}
.g5plus-mailchimp h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.gf-portfolio-meta-wrap {
  background-color: #ffffff;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li label,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li span,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  font-family: 'Montserrat';
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li label {
  color: #00634f;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li span,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  color: #333333;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  color: #00634f;
}
/**
* 9.0 - Mixin
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.body-font {
  font-family: 'Montserrat';
}
.primary-font,
ul.search-popup-list .sa-post-title,
ul.search-popup-list .sa-post-meta,
ul.social-icon-square &gt; li &gt; a,
.review-wrapper .review-list li span,
.review-wrapper .review-desc .review-summary-title,
.gf-menu-vertical a,
.gf-post-navigation &gt; div span,
.gf-post-like {
  font-family: 'Poppins';
}
.heading_font,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.widget_nav_menu ul li,
article.post-small-image .gf-post-meta,
article.post-post-carousel .gf-post-meta,
.blog-pagination .page-numbers,
.gf-comments-area .comment-list .comment-meta-date,
.gf-comments-area .comment-list .comment-meta,
.vc_progress_bar .vc_label {
  font-family: 'Montserrat';
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color,
ul.search-popup-list .sa-post-title:hover,
ul.search-popup-list .sa-post-title:focus,
.gf-404-wrap h2,
a,
.has-drop-cap:not(:focus):first-letter,
.gsf-dropcap-default::first-letter,
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-square-outline::first-letter,
[class*="gsf-list"] li:before,
.gf-entry-content .page-links &gt; a:hover &gt; span,
.gf-entry-content .page-links &gt; a:focus &gt; span,
.gf-entry-content .page-links &gt; span,
.widget_nav_menu ul li:before,
.review-wrapper .review-star .review-result,
.review-wrapper .review-desc .review-summary-title,
.widget-posts article.post-default .meta-date,
.main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy) &gt; a,
.main-menu li.current-menu-parent:not(.menu-item-type-taxonomy) &gt; a,
.main-menu li.current-menu-item &gt; a,
.main-menu li .menu-current &gt; a,
.gf-menu-vertical li.current-menu-ancestor &gt; a,
.gf-menu-vertical li.current-menu-parent &gt; a,
.gf-menu-vertical li.current-menu-item &gt; a,
.gf-menu-vertical li .menu-current &gt; a,
.gf-post-like,
article.post-default .gf-post-meta &gt; li i,
article.post-single .gf-post-meta &gt; li i,
article.post-single .gf-post-meta &gt; li .post-views.entry-meta &gt; span.post-views-icon,
article.post-single .gf-post-meta &gt; li i,
.gf-author-info-wrap .gf-author-title {
  color: #00634f;
}
.bg-accent-color,
.gf-toggle-icon:hover &gt; span,
.gf-toggle-icon:hover &gt; span:after,
.gf-toggle-icon:hover &gt; span:before,
.back-to-top:focus,
.back-to-top:hover,
.owl-carousel.owl-theme &gt; .owl-nav [class*='owl-']:hover,
ul.social-icon-square &gt; li &gt; a:hover,
ul.social-icon-square &gt; li &gt; a:focus,
ul.social-icon-circle-outline &gt; li &gt; a:hover,
ul.social-icon-circle-outline &gt; li &gt; a:focus,
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter,
.tagcloud &gt; a:hover,
.tagcloud &gt; a:focus,
.review-wrapper .review-point .review-result,
.review-wrapper .review-percentage .review-result,
.review-wrapper .review-total-wrapper,
.widget-social-profile .social-icon-circle-outline li a:hover,
.customize-search &gt; a,
.zoom-video:focus,
.zoom-video:hover,
.gf-tag-share-wrap .gf-post-meta-share ul.social-icon-square &gt; li &gt; a:hover {
  background-color: #00634f !important;
}
.border-accent-color,
ul.social-icon-square &gt; li &gt; a:hover,
ul.social-icon-square &gt; li &gt; a:focus,
ul.social-icon-circle-outline &gt; li &gt; a:hover,
ul.social-icon-circle-outline &gt; li &gt; a:focus,
.tagcloud &gt; a:hover,
.tagcloud &gt; a:focus,
.customize-search &gt; a {
  border-color: #00634f;
}
.foreground-accent-color,
.back-to-top:focus,
.back-to-top:hover,
ul.social-icon-square &gt; li &gt; a:hover,
ul.social-icon-square &gt; li &gt; a:focus,
ul.social-icon-circle-outline &gt; li &gt; a:hover,
ul.social-icon-circle-outline &gt; li &gt; a:focus,
.tagcloud &gt; a:hover,
.tagcloud &gt; a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
.customize-search &gt; a,
.zoom-video:focus,
.zoom-video:hover {
  color: #ff5800 !important;
}
.border-color,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.gf-entry-content .page-links span.page-links-title,
.gf-entry-content .page-links &gt; a:hover &gt; span,
.gf-entry-content .page-links &gt; a:focus &gt; span,
.gf-entry-content .page-links &gt; span {
  border-color: #ffffff;
}
.disable-color,
ul.social-icon-circle-outline &gt; li &gt; a,
.gf-entry-content address,
.gf-entry-content del,
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption,
.gf-entry-content blockquote.gsf-blockquote-right,
.gf-entry-content blockquote.gsf-blockquote-left,
.search-form i,
.widget-posts article.post-default .meta-date:hover,
.widget-social-profile ul li a,
.gf-post-navigation &gt; div span,
article.post-large-image .btn-read-more:hover h6,
.gf-single-related-wrap article.post-default .meta-date {
  color: #a1a1a1 !important;
}
.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.gf-entry-content thead th,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before,
.gf-entry-content .page-links span.page-links-title,
.gf-paging.next-prev &gt; a,
.gf-post-navigation &gt; div span {
  color: #333333;
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-normal,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
article.post-small-image .gf-post-content .gf-post-title,
.gf-tag-share-wrap .gf-heading-title,
.contact-info.widget-info_box .info-content h6,
.gf-single-portfolio-wrap .portfolio-single .gsf-portfolio-single-title {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold,
.widget-posts-footer article.post-small-image .gf-post-content .gf-post-title {
  font-weight: 700 !important;
}
.fw-extra-bold {
  font-weight: 800 !important;
}
.fw-black {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11,
.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev,
.gf-comments-area .comment-list .comment-meta,
.g5plus-mailchimp p input {
  font-size: 11px !important;
}
.fs-12,
.widget_archive select,
.gf-comments-area .comment-list .comment-meta-date,
.gf-comments-area .comment-respond p.form-submit input,
.vc_progress_bar .vc_label,
.g5plus-contact-form input:not([type="submit"]),
.g5plus-contact-form textarea {
  font-size: 12px !important;
}
.fs-13,
.widget_meta ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.woocommerce.widget_product_categories ul li,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.widget-heading-wrap .heading-subtitle,
article.post-small-image .gf-post-content .gf-post-title,
.contact-info.widget-info_box .info-content p {
  font-size: 13px !important;
}
.fs-14,
.blog-pagination .page-numbers,
article.post-grid .gf-post-excerpt {
  font-size: 14px !important;
}
.fs-15,
.woocommerce.widget_product_categories li a {
  font-size: 15px !important;
}
.fs-16,
article.post-post-carousel .gf-post-content .gf-post-title,
.contact-info.widget-info_box .info-content h6 {
  font-size: 16px !important;
}
.fs-17,
.gf-author-info-wrap .gf-author-title {
  font-size: 17px !important;
}
.fs-18,
.widget-heading-wrap.heading-small .heading-title,
.our-team-list .gsf-our-team-share li a,
.gf-our-team-info .gsf-our-team-share li a {
  font-size: 18px !important;
}
.fs-20,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22,
.gf-single-portfolio-wrap .portfolio-single .gsf-portfolio-single-title {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-55 {
  font-size: 55px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-80 {
  font-size: 80px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic,
.tagcloud &gt; a,
.g5plus-contact-form input:not([type="submit"]),
.g5plus-contact-form textarea,
.g5plus-mailchimp p input {
  font-style: italic !important;
}
.uppercase,
.gf-heading-title,
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
article.post-small-image .gf-post-title,
article.post-post-carousel .gf-post-title,
.gf-author-info-wrap .gf-author-title,
.gf-comments-area .comment-list .author-name,
.gf-comments-area .comment-list .comment-meta-date,
.gf-comments-area .comment-list .comment-meta,
.vc_progress_bar .vc_label,
.g5plus-mailchimp .mailchimp-title {
  text-transform: uppercase !important;
}
/**
* Letter-spacing
* ----------------------------------------------------------------------------
*/
.letter-spacing-03,
.tagcloud &gt; a,
.gf-author-info-wrap .gf-author-title,
.gf-comments-area .comment-list .author-name,
.gf-comments-area .comment-list .comment-meta-date,
.gf-comments-area .comment-list .comment-meta {
  letter-spacing: 0.03em !important;
}
.letter-spacing-025 {
  letter-spacing: 0.025em !important;
}
.gsf-link {
  color: inherit;
}
.gsf-link:hover,
.gsf-link:focus,
.gsf-link:active {
  text-decoration: none;
}
/**
* Padding
* ----------------------------------------------------------------------------
*/
.pd-0 {
  padding: 0px !important;
}
.pd-5 {
  padding: 5px !important;
}
.pd-10 {
  padding: 10px !important;
}
.pd-15 {
  padding: 15px !important;
}
.pd-20 {
  padding: 20px !important;
}
.pd-25 {
  padding: 25px !important;
}
.pd-30 {
  padding: 30px !important;
}
.pd-35 {
  padding: 35px !important;
}
.pd-40 {
  padding: 40px !important;
}
.pd-45 {
  padding: 45px !important;
}
.pd-50 {
  padding: 50px !important;
}
.pd-55 {
  padding: 55px !important;
}
.pd-60 {
  padding: 60px !important;
}
.pd-65 {
  padding: 65px !important;
}
.pd-70 {
  padding: 70px !important;
}
.pd-75 {
  padding: 75px !important;
}
.pd-80 {
  padding: 80px !important;
}
.pd-85 {
  padding: 85px !important;
}
.pd-90 {
  padding: 90px !important;
}
.pd-95 {
  padding: 95px !important;
}
.pd-100 {
  padding: 100px !important;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1190px) {
  .md-mg-top-0 {
    margin-top: 0px !important;
  }
  .md-mg-top-5 {
    margin-top: 5px !important;
  }
  .md-mg-top-10 {
    margin-top: 10px !important;
  }
  .md-mg-top-15 {
    margin-top: 15px !important;
  }
  .md-mg-top-20 {
    margin-top: 20px !important;
  }
  .md-mg-top-25 {
    margin-top: 25px !important;
  }
  .md-mg-top-30 {
    margin-top: 30px !important;
  }
  .md-mg-top-35 {
    margin-top: 35px !important;
  }
  .md-mg-top-40 {
    margin-top: 40px !important;
  }
  .md-mg-top-45 {
    margin-top: 45px !important;
  }
  .md-mg-top-50 {
    margin-top: 50px !important;
  }
  .md-mg-top-55 {
    margin-top: 55px !important;
  }
  .md-mg-top-60 {
    margin-top: 60px !important;
  }
  .md-mg-top-65 {
    margin-top: 65px !important;
  }
  .md-mg-top-70 {
    margin-top: 70px !important;
  }
  .md-mg-top-75 {
    margin-top: 75px !important;
  }
  .md-mg-top-80 {
    margin-top: 80px !important;
  }
  .md-mg-top-85 {
    margin-top: 85px !important;
  }
  .md-mg-top-90 {
    margin-top: 90px !important;
  }
  .md-mg-top-95 {
    margin-top: 95px !important;
  }
  .md-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 599px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left !important;
  }
  .col-mb-12 {
    width: 100% !important;
  }
  .col-mb-11 {
    width: 91.66666667% !important;
  }
  .col-mb-10 {
    width: 83.33333333% !important;
  }
  .col-mb-9 {
    width: 75% !important;
  }
  .col-mb-8 {
    width: 66.66666667% !important;
  }
  .col-mb-7 {
    width: 58.33333333% !important;
  }
  .col-mb-6 {
    width: 50% !important;
  }
  .col-mb-5 {
    width: 41.66666667% !important;
  }
  .col-mb-4 {
    width: 33.33333333% !important;
  }
  .col-mb-3 {
    width: 25% !important;
  }
  .col-mb-2 {
    width: 16.66666667% !important;
  }
  .col-mb-1 {
    width: 8.33333333% !important;
  }
  .col-mb-pull-12 {
    right: 100% !important;
  }
  .col-mb-pull-11 {
    right: 91.66666667% !important;
  }
  .col-mb-pull-10 {
    right: 83.33333333% !important;
  }
  .col-mb-pull-9 {
    right: 75% !important;
  }
  .col-mb-pull-8 {
    right: 66.66666667% !important;
  }
  .col-mb-pull-7 {
    right: 58.33333333% !important;
  }
  .col-mb-pull-6 {
    right: 50% !important;
  }
  .col-mb-pull-5 {
    right: 41.66666667% !important;
  }
  .col-mb-pull-4 {
    right: 33.33333333% !important;
  }
  .col-mb-pull-3 {
    right: 25% !important;
  }
  .col-mb-pull-2 {
    right: 16.66666667% !important;
  }
  .col-mb-pull-1 {
    right: 8.33333333% !important;
  }
  .col-mb-pull-0 {
    right: auto !important;
  }
  .col-mb-push-12 {
    left: 100% !important;
  }
  .col-mb-push-11 {
    left: 91.66666667% !important;
  }
  .col-mb-push-10 {
    left: 83.33333333% !important;
  }
  .col-mb-push-9 {
    left: 75% !important;
  }
  .col-mb-push-8 {
    left: 66.66666667% !important;
  }
  .col-mb-push-7 {
    left: 58.33333333% !important;
  }
  .col-mb-push-6 {
    left: 50% !important;
  }
  .col-mb-push-5 {
    left: 41.66666667% !important;
  }
  .col-mb-push-4 {
    left: 33.33333333% !important;
  }
  .col-mb-push-3 {
    left: 25% !important;
  }
  .col-mb-push-2 {
    left: 16.66666667% !important;
  }
  .col-mb-push-1 {
    left: 8.33333333% !important;
  }
  .col-mb-push-0 {
    left: auto !important;
  }
  .col-mb-offset-12 {
    margin-left: 100% !important;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-mb-offset-9 {
    margin-left: 75% !important;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-mb-offset-6 {
    margin-left: 50% !important;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-mb-offset-3 {
    margin-left: 25% !important;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-mb-offset-0 {
    margin-left: 0 !important;
  }
}
.bg-transparent {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .row-fix-content {
    max-height: 685px;
    margin-top: 80px;
  }
  .row-fix-content .gf-posts {
    position: relative;
    top: -140px;
    margin-bottom: -50px;
  }
}
.gsf-white-text,
.widget-social-profile .social-icon-circle li a,
.widget-social-profile .social-icon-circle li a:hover {
  color: #fff !important;
}
.gsf-accent-text {
  color: #00634f !important;
}
.pos-absolute {
  position: absolute !important;
}
.top-0 {
  top: 0 !important;
}
.top-left-40 {
  top: 40px !important;
  left: 40px !important;
}
.left-0 {
  left: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.right-neg-30 {
  right: -30px !important;
}
.margin-left-50 {
  margin-left: 50%;
}
.margin-left-25 {
  margin-left: 25px;
}
.display-inline-block {
  display: inline-block;
}
.pd-right-100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pos-inherit {
    position: inherit !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .md-mg-top-50 {
    margin-top: 50px !important;
  }
  .md-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
}
/* postion : static */
.pos-static,
article.post-large-image .entry-thumb-wrap.entry-thumb-format-audio + .gf-post-content .gf-post-title-wrap,
article.post-large-image .entry-thumb-wrap.entry-thumb-format-quote + .gf-post-content .gf-post-title-wrap,
article.post-large-image .entry-thumb-wrap.entry-thumb-format-link + .gf-post-content .gf-post-title-wrap,
article.post-single .entry-thumb-wrap.entry-thumb-format-audio + .gf-post-content .gf-entry-meta-top,
article.post-single .entry-thumb-wrap.entry-thumb-format-quote + .gf-post-content .gf-entry-meta-top,
article.post-single .entry-thumb-wrap.entry-thumb-format-link + .gf-post-content .gf-entry-meta-top {
  position: static !important;
  transform: translateX(0);
  width: 100% !important;
  padding: 0;
  background-color: transparent !important;
}
.pos-absolute-top-50,
.widget-info_box ul li:not(:last-child):after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.topbar-social .social-icon-small li &gt; a {
  margin-right: 23px;
}
.social-float-right {
  float: right;
  padding: 11px 30px;
}
.sm-float-right {
  float: right;
}
.btn-xxl {
  padding: 22px 47px !important;
}
.top-bar-padding .widget-info_box ul li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.top-bar-padding .widget-info_box ul li:after {
  height: 100% !important;
}
.widget-info_box.info-box-text-normal .info-content p {
  font-style: normal !important;
}
@media (max-width: 991px) {
  .widget-info_box.info-box-text-normal ul li {
    margin-left: 10px !important;
  }
  .widget-info_box.info-box-text-normal ul li:first-child {
    margin-left: 0 !important;
  }
  .widget-info_box.info-box-text-normal ul li:not(:last-child) {
    padding-right: 10px;
  }
  .social-float-right {
    float: right;
    padding: 0 20px;
  }
}
.custom-dropdown-list {
  position: relative;
}
.custom-dropdown-list p {
  margin-bottom: 0;
}
.custom-dropdown-list .top-bar-info-box i {
  margin-left: 8px;
}
.custom-dropdown-list .fold-out-drop {
  list-style: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  white-space: normal;
}
.custom-dropdown-list .fold-out-drop li {
  line-height: 20px;
  padding: 10px 20px;
  border-top: 1px solid #eee;
}
.custom-dropdown-list .fold-out-drop li:first-child {
  border-top: none;
}
.custom-dropdown-list:hover .fold-out-drop {
  display: block;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.width-100 {
  width: 100%;
}
.pd-left-40 {
  padding-left: 40px;
}
@media (min-width: 1600px) {
  .lg-mg-240 {
    margin-left: 240px !important;
    margin-right: 240px !important;
    width: auto;
    border: 20px solid #fff;
    background-color: #fcfcfc;
  }
  .lg-mg-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
    width: auto !important;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  .md-mg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sm-mg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .lg-mg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #00634f;
  }
  .lg-mg-160.gf-portfolio {
    background-color: transparent !important;
  }
}
.portfolio-column-wrap div.vc_column-inner:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1599px) {
  .mg-auto {
    margin: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mg-auto.border-20 &gt; div:first-child {
    border: 20px solid #fff;
    background-color: #fcfcfc;
  }
  .mg-auto.back-ground-accent &gt; div:first-child {
    background-color: #00634f;
  }
}
@media (max-width: 600px) {
  .mg-auto.xs-pd-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .lg-mg-top-neg-85 {
    margin-top: -85px !important;
  }
  .lg-pd-right-30 {
    padding-right: 30px !important;
  }
  .lg-mg-neg-100 {
    margin-top: -100px;
  }
  .lg-mg-bottom-neg-217 {
    margin-bottom: -217px !important;
  }
}
@media (max-width: 1199px) {
  .md-mg-neg-60 {
    margin-top: -60px;
  }
  .md-pos-static {
    position: static !important;
  }
  .md-mg-left-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 1190px) and (min-width: 768px) {
  .md-mg-top-neg-65 {
    margin-top: -65px !important;
  }
  .md-pd-right-10 {
    padding-right: 10px !important;
  }
  .md-mg-bottom-neg-150 {
    margin-bottom: -150px !important;
  }
}
@media (max-width: 767px) {
  .xs-mg-top-neg-25 {
    margin-top: -25px !important;
  }
  .xs-mg-bottom-neg-100 {
    margin-bottom: -100px !important;
  }
}
.z-index-2 {
  z-index: 2 !important;
}
.position-relative {
  position: relative !important;
}
.position-static {
  position: static !important;
}
.top-neg-130 {
  top: -130px;
}
.top-neg-60 {
  top: -60px;
}
.top-neg-100 {
  top: -100px;
}
.certificate-3 {
  left: 0;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}
@media (max-width: 767px) {
  .xs-position-static {
    position: static !important;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  .xs-mailchip-center .g5plus-mailchimp {
    margin: auto;
  }
}
.absolute-skew {
  position: relative;
}
.absolute-skew:before {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  transform: skewY(3deg) translateY(-50%);
  z-index: 100;
  padding-bottom: 5.4%;
}
.footer-mg-top-neg-100 footer {
  margin-top: -100px;
}
.footer-mg-top-neg-100 footer .vc_row:first-child {
  padding-top: 215px !important;
}
.custom-menu-sidebar.widget_nav_menu {
  max-width: 300px;
  padding: 40px;
  text-transform: uppercase;
}
.custom-menu-sidebar.widget_nav_menu ul li {
  margin-top: 15px !important;
}
.custom-menu-sidebar.widget_nav_menu ul li:hover:before,
.custom-menu-sidebar.widget_nav_menu ul li:focus:before,
.custom-menu-sidebar.widget_nav_menu ul li:active:before,
.custom-menu-sidebar.widget_nav_menu ul li.current-menu-item:before {
  color: #00634f !important;
}
.custom-menu-sidebar.widget_nav_menu ul &gt; li:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1199px) {
  .custom-menu-sidebar.widget_nav_menu {
    padding: 30px 20px !important;
  }
}
.contact-info.widget-info_box .info-content h6 {
  text-transform: none !important;
}
.contact-info.widget-info_box .info-content p {
  font-style: normal !important;
  line-height: 1.7;
}
.block-deep {
  position: relative;
}
.block-deep .block-after {
  position: relative;
}
.block-deep .block-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transform-origin: left;
  z-index: 100;
}
.block-deep:hover .block-before {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
}
@media (max-width: 1190px) and (min-width: 768px) {
  .block-deep .block-before {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
  }
}
@media (max-width: 767px) {
  .block-deep .block-before {
    position: static !important;
    -webkit-transform: rotate3d(0, 0, 0, 0) !important;
    -moz-transform: rotate3d(0, 0, 0, 0) !important;
    -ms-transform: rotate3d(0, 0, 0, 0) !important;
    -o-transform: rotate3d(0, 0, 0, 0) !important;
    transform-origin: 0 !important;
  }
  .block-deep:hover .block-before {
    -webkit-transform: rotate3d(0, 0, 0, 0) !important;
    -moz-transform: rotate3d(0, 0, 0, 0) !important;
    -ms-transform: rotate3d(0, 0, 0, 0) !important;
    -o-transform: rotate3d(0, 0, 0, 0) !important;
  }
}
.image-horizontal-flip img {
  -webkit-animation-name: horizontal-flip;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 3s;
  animation-name: horizontal-flip;
  animation-duration: 4s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes horizontal-flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(359deg);
    -moz-transform: perspective(400px) rotateY(359deg);
    -ms-transform: perspective(400px) rotateY(359deg);
    -o-transform: perspective(400px) rotateY(359deg);
  }
}
@keyframes horizontal-flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(359deg);
    -moz-transform: perspective(400px) rotateY(359deg);
    -ms-transform: perspective(400px) rotateY(359deg);
    -o-transform: perspective(400px) rotateY(359deg);
  }
}
.vc_row.bg-bottom {
  background-position: bottom !important;
}
.bg-top-left .vc_column-inner:first-child {
  background-position: top left !important;
}
.max-width-450 {
  max-width: 450px;
  text-align: center;
  margin: auto;
  float: none !important;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.gf-portfolio {
  position: relative;
  z-index: 1;
}
.gf-portfolio-wrap ul.gf-cate-filter {
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.owl-carousel.carousel-3d {
  overflow: hidden;
}
.owl-carousel.carousel-3d .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.carousel-3d .entry-thumbnail {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.owl-carousel.carousel-3d .owl-item .entry-thumbnail {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel.carousel-3d .owl-item.active.center .entry-thumbnail .entry-thumbnail-overlay:after,
.owl-carousel.carousel-3d .owl-item.active.center .portfolio-content {
  opacity: 1;
}
.owl-carousel.carousel-3d .owl-item.active.center .portfolio-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.owl-carousel.carousel-3d .owl-item.active.center .entry-thumbnail {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -ms-transform: scale3d(1.2, 1.2, 1.2);
  -o-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.owl-carousel.carousel-3d .owl-item.active.center {
  z-index: 1;
}
.portfolio-action {
  color: #fff;
}
.portfolio-action a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  margin: 0 5px;
}
.portfolio-action a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.portfolio-action a:focus,
.portfolio-action a:hover {
  color: #fff !important;
}
.portfolio-action a:focus:after,
.portfolio-action a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.portfolio-grid .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 25px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.portfolio-grid .portfolio-content * {
  color: inherit;
}
.portfolio-grid .portfolio-item-inner {
  position: relative;
}
.portfolio-grid .portfolio-item-inner:hover .entry-thumbnail .entry-thumbnail-overlay:after,
.portfolio-grid .portfolio-item-inner:hover .portfolio-content {
  opacity: 1;
}
.portfolio-grid .portfolio-item-inner:hover .portfolio-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-grid .entry-thumbnail-overlay:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.single-portfolio-gallery-thumb .owl-item {
  cursor: pointer;
}
.single-portfolio-gallery-thumb .owl-item.current .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gf-single-portfolio-wrap .gallery-layout-thumbnail .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.gf-single-portfolio-wrap .owl-item.current .gallery-overlay,
.gf-single-portfolio-wrap .gallery-layout-thumbnail .gallery-overlay:hover {
  opacity: 1;
}
.gf-single-portfolio-wrap .portfolio-single.layout-1 .portfolio-single-gallery {
  margin-bottom: 60px;
}
.gf-single-portfolio-wrap .portfolio-single .gsf-portfolio-single-title {
  letter-spacing: .02em;
}
.gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-meta-wrap,
.gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-meta-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-content .gf-portfolio-meta-wrap,
  .gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-content .gf-portfolio-meta-wrap {
    margin-top: 40px;
  }
  .gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-content {
    margin-top: 40px;
  }
  .gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-content {
    margin-bottom: 40px;
  }
}
.gf-portfolio-meta-wrap {
  padding: 40px 32px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta {
  list-style: none;
  padding-left: 20px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li {
  font-size: 0;
  margin-top: 12px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li:first-child {
  margin-top: 0;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li label,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li span,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  letter-spacing: .02em;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.57;
  margin-bottom: 0;
  display: block;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li span,
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  font-size: 13px;
  line-height: 1.69;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li a {
  text-decoration: none !important;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li:last-child {
  font-size: 13px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta + a {
  margin-top: 50px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta + button {
  margin-top: 50px;
}
.our-team-default h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.our-team-default .our-team-content .gsf-our-team-title {
  font-size: 18px;
}
.our-team-default .our-team-content .gsf-our-team-job {
  font-size: 12px;
}
.our-team-grid .our-team-content {
  padding: 30px 10px;
}
.our-team-grid .our-team-content .gsf-our-team-title {
  font-size: 16px;
}
.our-team-grid .our-team-content .gsf-our-team-job {
  font-size: 11px;
}
.our-team-list h4,
.gf-our-team-info h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.our-team-list .our-team-title-wrap,
.gf-our-team-info .our-team-title-wrap {
  display: table-cell;
  width: 100%;
}
.our-team-list .gsf-our-team-share,
.gf-our-team-info .gsf-our-team-share {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.our-team-list .gsf-our-team-share li a,
.gf-our-team-info .gsf-our-team-share li a {
  color: inherit;
}
.our-team-list .gsf-our-team-share li a:hover,
.gf-our-team-info .gsf-our-team-share li a:hover,
.our-team-list .gsf-our-team-share li a:focus,
.gf-our-team-info .gsf-our-team-share li a:focus,
.our-team-list .gsf-our-team-share li a:active,
.gf-our-team-info .gsf-our-team-share li a:active {
  text-decoration: none;
}
.our-team-list .gsf-our-team-share li a:hover,
.gf-our-team-info .gsf-our-team-share li a:hover {
  color: #ffffff !important;
}
.our-team-list {
  margin-bottom: 55px;
}
.our-team-list .our-team-item-inner {
  background-color: #fbfbfb;
  display: flex;
  margin-top: 25px;
}
.our-team-list .our-team-item-inner .entry-thumbnail {
  width: 270px;
  margin: -25px 0 -25px 30px;
  flex-shrink: 0;
}
.our-team-list .our-team-item-inner .our-team-content {
  align-self: center;
  padding: 20px 55px 20px 65px;
}
.our-team-list .our-team-item-inner .our-team-content .our-team-excerpt {
  margin-top: 25px;
}
.our-team-list .our-team-item-inner .our-team-content .our-team-excerpt p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-team-list .our-team-item-inner {
    margin-top: 0;
    display: block;
    overflow: hidden;
  }
  .our-team-list .our-team-item-inner .entry-thumbnail {
    width: 270px;
    margin: auto;
  }
  .our-team-list .our-team-item-inner .our-team-content {
    display: block;
    padding: 40px 10px;
  }
}
.gf-single-our-team-wrap {
  padding: 60px;
  margin-top: 25px;
}
@media (max-width: 1190px) and (min-width: 768px) {
  .gf-single-our-team-wrap {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .gf-single-our-team-wrap {
    padding: 15px !important;
  }
}
.our-service-default .our-service-item-inner .entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.our-service-default .our-service-item-inner .entry-thumbnail:before {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0;
  transform: skewY(3deg) translateY(-50%);
  z-index: 100;
  padding-bottom: 5.4%;
  background-color: #ffffff;
}
.our-service-default .our-service-item-inner .our-service-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.our-service-default .our-service-item-inner .our-service-content h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.our-service-default .our-service-item-inner .our-service-content .our-service-title-wrap {
  margin-bottom: 13px;
}
.our-service-default .our-service-item-inner .our-service-content a.btn-read-more {
  text-decoration: none !important;
}
.our-service-default .our-service-item-inner .our-service-content .our-service-excerpt {
  margin-bottom: 35px;
}
.our-service-default .our-service-item-inner .our-service-content .our-service-excerpt p {
  margin-bottom: 0;
}
</pre></body></html>