@charset "UTF-8";
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 *   1.1 - Layout
 *   1.2 - Components owlcarousel
 * 2.0 - Header
 * 3.0 - Content
 *   3.1 - Single post
 *   3.2 - Archive Page
 *   3.3 - Comments
 *   3.4 - 404 Page
 * 4.0 - Sidebar
 * 5.0 - Footer
 * 6.0 - Megamenu
 * 7.0 - Offcanvas
 * 8.0 - Widgets
 * 9.0 - Responsive
 * -----------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 1.0 - Basic Structure
 * --------------------------------------------------------------------------------
*/
.heading-title, .is-sidebar .widget-title {
  color: #333; }

.bg-size-full {
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 0; }

.about-cigarette {
  padding: 0 40px; }
.about-cigarette h3 {
  font-size: 35px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase; }
.about-cigarette .content {
  font-size: 14px;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 50px; }

.is-contact-icon {
  text-align: center; }
.is-contact-icon .icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 100%;
  background: #7abb3b;
  color: #fff;
  line-height: 50px; }
.is-contact-icon .icon [class*="icon-"] {
  font-size: 18px;
  vertical-align: middle; }
.is-contact-icon .title {
  margin: 15px auto;
  width: 200px; }

.is-breadcrumb {
  padding: 60px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  background-color: #f6f7f7;
  color: #333; }
.is-breadcrumb a {
  color: rgba(51, 51, 51, 0.85); }
.is-breadcrumb a:hover {
  text-decoration: underline; }
.is-breadcrumb .breadcrumb-title {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 700; }
.is-breadcrumb li.active + .active:before {
  display: none; }

/**
 * Buttons
 */
.btn-full {
  display: inline-block;
  width: 100%; }

a.button, button.button, input.button {
  border: 1px solid #7abb3b;
  background: #7abb3b;
  color: #fff;
  line-height: 1.69230769;
  padding: 6px 12px;
  display: inline-block;
  font-size: 13px;
  border-radius: 0;
  text-decoration: none; }
a.button [class*="icon-"], button.button [class*="icon-"], input.button [class*="icon-"] {
  font-size: 15px;
  line-height: 14px;
  position: relative;
  top: 1px; }
a.button.loading, button.button.loading, input.button.loading {
  background: #7abb3b; }
a.button.loading [class*="icon-"], button.button.loading [class*="icon-"], input.button.loading [class*="icon-"] {
  display: none; }
a.button.loading:after, button.button.loading:after, input.button.loading:after {
  color: #fff;
  font-family: "WooCommerce";
  content: "\e01c";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  width: 15px;
  position: relative;
  top: -1px;
  line-height: 15px; }
a.button.button-white, button.button.button-white, input.button.button-white {
  color: #7abb3b;
  background: #fff; }
a.button.button-white:hover, button.button.button-white:hover, input.button.button-white:hover {
  background: #7abb3b;
  color: #fff;
  border-color: #7abb3b; }
a.button.button-white-transparent, button.button.button-white-transparent, input.button.button-white-transparent {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: 1px; }
a.button.button-white-transparent:hover, button.button.button-white-transparent:hover, input.button.button-white-transparent:hover {
  border-color: #7abb3b;
  background: #7abb3b; }
a.button:hover, button.button:hover, input.button:hover {
  background: #548129;
  border-color: #548129; }
a.button.is-whishlist.added, button.button.is-whishlist.added, input.button.is-whishlist.added {
  background: #7abb3b;
  color: #fff; }
a.button:disabled, a.button.disabled, a.button:disabled[disabled], button.button:disabled, button.button.disabled, button.button:disabled[disabled], input.button:disabled, input.button.disabled, input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5; }
a.button:disabled:hover, a.button.disabled:hover, a.button:disabled[disabled]:hover, button.button:disabled:hover, button.button.disabled:hover, button.button:disabled[disabled]:hover, input.button:disabled:hover, input.button.disabled:hover, input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #e1ead8; }

.tagcloud a {
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 8px 14px;
  text-transform: capitalize;
  font-size: 12px !important; }
.tagcloud a:hover {
  color: #fff;
  border-color: #7abb3b;
  background: #7abb3b; }

.video-banner {
  position: relative;
  cursor: pointer; }
.video-banner video {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.video-banner img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }
.video-banner.playing video {
  z-index: 4; }

.social-networks li {
  text-align: center;
  display: inline-block;
  background: #40495e;
  border-radius: 2px;
  margin-right: 3px;
  margin-left: 3px; }
.social-networks li a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block; }
.social-networks li .fa {
  font-size: 16px; }
.social-networks li.title {
  text-transform: uppercase;
  width: auto;
  background: transparent;
  margin: 0; }
.social-networks li.facebook {
  background: #2b80e0; }
.social-networks li.twitter {
  background: #1fb8ff; }
.social-networks li.linkedin {
  background: #40495e; }
.social-networks li.tumblr {
  background: #2595cf; }
.social-networks li.google {
  background: #da2c2c; }
.social-networks li.pinterest {
  background: #1fb8ff; }

.is-select-custom {
  position: relative;
  border: 1px solid #ccc; }
.is-select-custom select {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 54px; }
.is-select-custom .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36px;
  border-left: 1px solid #ccc;
  background: #fff;
  font-family: 'simple-line-icons';
  text-align: center;
  line-height: 36px;
  color: #ccc; }
.is-select-custom .arrow:before {
  content: "\e604"; }

.scroll-to-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #7abb3b;
  color: #fff;
  display: block;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1040;
  bottom: -50px; }
.scroll-to-top:hover {
  background-color: #111;
  color: #fff; }
.scroll-to-top:focus {
  color: #fff; }
.scroll-to-top.visible {
  filter: alpha(opacity=10);
  opacity: 1;
  bottom: 20px; }

.brands .brand-item {
  opacity: 0.6;
  margin: 0 auto;
  height: 55px;
  display: table;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */ }
.brands .brand-item:hover {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
.brands .brand-item > * {
  display: table-cell;
  vertical-align: middle; }

.section-white {
  position: relative;
  color: #fff; }
.section-white h1, .section-white h2, .section-white h3, .section-white h4, .section-white h5, .section-white h6 {
  color: #fff; }
.section-white:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  height: 74px;
  width: 3000px; }
.section-white .heading-title, .section-white .is-sidebar .widget-title, .is-sidebar .section-white .widget-title {
  margin-bottom: 40px !important; }
.section-white .heading-title span, .section-white .is-sidebar .widget-title span, .is-sidebar .section-white .widget-title span {
  padding-bottom: 28px; }
.section-white .heading-title span:before, .section-white .is-sidebar .widget-title span:before, .is-sidebar .section-white .widget-title span:before {
  display: none; }
.section-white .heading-title span:after, .section-white .is-sidebar .widget-title span:after, .is-sidebar .section-white .widget-title span:after {
  background: #c0c3d0; }
.section-white .owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
.section-white .owl-theme .owl-nav [class*='owl-']:hover {
  background: #7abb3b;
  border-color: #7abb3b; }

.testimonial .testimonial-item {
  overflow: hidden;
  margin-bottom: 30px; }
.testimonial .content {
  padding: 25px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 25px; }
.testimonial .content .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #c0c2cc;
  border-radius: 500px; }
.testimonial .content .text {
  margin-left: 60px; }
.testimonial .content:after, .testimonial .content:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 15px;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.2); }
.testimonial .content:before {
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  left: -90%;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 13px;
  -moz-transform-origin: 0 13px;
  -ms-transform-origin: 0 13px;
  transform-origin: 0 13px; }
.testimonial .content:after {
  -webkit-transform-origin: 0 15px;
  -moz-transform-origin: 0 15px;
  -ms-transform-origin: 0 15px;
  transform-origin: 0 15px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  transform: skewX(-45deg);
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  right: -10%;
  left: auto; }
.testimonial .meta {
  display: table; }
.testimonial .meta .image {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 500px;
  margin-right: 20px;
  margin-left: 35px; }
.testimonial .meta .inner {
  margin-left: 140px;
  display: table-cell;
  vertical-align: middle; }
.testimonial .meta .inner .position {
  color: #c7c7c7; }
.testimonial .meta .inner .position span {
  color: #7abb3b; }

.heading-title, .is-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  margin-top: 0;
  overflow: hidden; }
.heading-title span, .is-sidebar .widget-title span {
  position: relative;
  display: block;
  padding-bottom: 20px;
  width: 100%; }
.heading-title span:after, .is-sidebar .widget-title span:after, .heading-title span:before, .is-sidebar .widget-title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; }
.heading-title span:after, .is-sidebar .widget-title span:after {
  height: 2px;
  width: 50px;
  background: #7abb3b; }
.heading-title span:before, .is-sidebar .widget-title span:before {
  height: 2px;
  width: 100%;
  background: #ecedee; }
.heading-title.text-center span:after, .is-sidebar .text-center.widget-title span:after {
  left: 0;
  right: 0;
  margin: 0 auto; }
.heading-title.text-right span:after, .is-sidebar .text-right.widget-title span:after {
  left: auto;
  right: 0; }

.is-service {
  padding: 15px;
  border-radius: 2px;
  color: #fff; }
.is-service.white {
  padding-right: 0;
  padding-left: 0;
  color: #333; }
.is-service.white .text {
  opacity: 0.9; }
.is-service.white .text, .is-service.white [class*="icon-"] {
  color: #333 !important; }
.is-service.white .service-icon {
  border: 2px solid #ecedee; }
.is-service .service-icon {
  height: 50px;
  width: 50px;
  border-radius: 500px;
  background: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 25px; }
.is-service .service-content {
  margin-left: 70px; }
.is-service .name {
  text-transform: uppercase;
  margin: 3px 0;
  font-size: 15px;
  letter-spacing: 1px; }
.is-service .text {
  color: #f7fff0; }

.is-tabbable .nav-tabs {
  border: 0;
  border-bottom: 2px solid #ecedee; }
.is-tabbable .nav-tabs li a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #333;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative; }
.is-tabbable .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 50px; }
.is-tabbable .nav-tabs li a:hover {
  background: transparent !important;
  border-color: transparent;
  color: #7abb3b; }
.is-tabbable .nav-tabs li a:hover:before {
  background: #7abb3b; }
.is-tabbable .nav-tabs li.active > a {
  background: transparent; }
.is-tabbable .nav-tabs li.active > a, .is-tabbable .nav-tabs li.active > a:hover, .is-tabbable .nav-tabs li.active > a:focus {
  border-color: transparent;
  color: #7abb3b; }
.is-tabbable .nav-tabs li.active > a:before {
  background: #7abb3b; }
.is-tabbable .tab-content {
  padding-top: 30px; }
.is-tabbable .tab-content .owl-theme .owl-nav [class*='owl-'] {
  top: -70px; }
.is-tabbable.owl-custom .nav-tabs {
  border: 0; }
.is-tabbable.owl-custom .nav-tabs li a:before {
  bottom: 0; }

.blogs-visual .post-item.default {
  margin-bottom: 30px; }
.blogs-visual .post-item.default .thumbnail {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.2); }
.blogs-visual .post-item.default .thumbnail img {
  border-radius: 100%;
  height: 100%;
  width: 100%; }
.blogs-visual .post-item.default .content {
  margin-left: 250px;
  margin-top: 20px; }
.blogs-visual .post-item h3 {
  font-weight: 400;
  line-height: 31px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px; }
.blogs-visual .post-item .date {
  color: #c7c7c7; }

/**
 * 1.1 Layout
 */
.wrapper {
  background: #fff;
  overflow: hidden; }

body.boxed {
  background: #ddd; }
body.boxed .wrapper {
  max-width: 1210px;
  margin: 0 auto; }

.content-area .wpb_column {
  margin-bottom: 30px; }
.content-area .wpb_content_element {
  margin-bottom: 20px; }
.content-area .wpb_content_element:last-child {
  margin-bottom: 0; }
.content-area .heading-title, .content-area .is-sidebar .widget-title, .is-sidebar .content-area .widget-title {
  margin-bottom: 20px; }

.row-no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.page-content {
  margin-bottom: 30px; }

.is-row-full-width {
  display: none; }

.home.blog .is-content {
  background: #f6f7f7; }

@media (min-width: 992px) {
  .is-row-full-width {
    top: 0;
    background: #f6f7f7;
    position: absolute;
    display: block; }

  [data-is-full-width="true"] .content-area {
    padding-top: 30px; }
  [data-is-full-width="true"] .is-main-left-sidebar {
    padding-left: 35px; }
  [data-is-full-width="true"] .is-main-right-sidebar {
    padding-right: 35px; }

  .is-breadcrumb + [data-is-full-width="true"] {
    margin-top: -30px; } }
/**
 * 1.2 Components owlcarousel
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-middle .owl-nav {
  display: none; }
.owl-theme.owl-middle .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -12px; }
.owl-theme.owl-middle .owl-nav .owl-prev {
  left: 0; }
.owl-theme.owl-middle .owl-nav .owl-next {
  right: 0; }
.owl-theme.owl-middle:hover .owl-nav {
  display: block; }
.owl-theme[data-nav="false"] .owl-nav {
  display: none !important; }
.owl-theme[data-dot="false"] .owl-dots {
  display: none !important; }
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: -60px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 14px;
  margin: 2px;
  background: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
  border: 1px solid #ecedee; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #7abb3b;
  color: #FFF;
  text-decoration: none;
  border-color: #7abb3b; }
.owl-theme .owl-nav .owl-next {
  right: 15px; }
.owl-theme .owl-nav .owl-prev {
  right: 45px; }
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #ecedee; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7abb3b;
  border-color: #7abb3b; }

/*
 *  Owl Carousel - Core
 */
[data-owl="slide"] {
  display: none; }

.owl-container {
  margin-right: -10px;
  margin-left: -10px; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  padding: 0 10px; }
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  display: none; }
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * --------------------------------------------------------------------------------
 * 2.0 - Header
 * --------------------------------------------------------------------------------
 */
body.logged-in.admin-bar .uk-offcanvas-bar {
  padding-top: 32px; }
body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
  top: 32px; }

.is-header {
  position: relative;
  z-index: 3; }
.is-header .topbar-text span {
  color: #7abb3b; }
.is-header .header-mainmenu {
  position: static;
  top: -80px;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  transition: top 0.4s;
  border-bottom: 1px solid #ecedee; }
.is-header .header-mainmenu > .inner {
  position: relative; }
.is-header.fixed .header-mainmenu {
  background: #fff;
  width: 100%;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  padding: 0; }
.is-header.fixed + * {
  margin-top: 83px; }
.is-header.fixed .logo .main-logo {
  display: none; }
.is-header.fixed .logo .sticky-logo {
  display: inline-block; }
.is-header .search-action, .is-header .shoppingcart, .is-header .menu-action {
  float: right; }
.is-header .search-action, .is-header .menu-action {
  width: 60px;
  margin-top: 15px;
  text-align: center; }
.is-header .search-action a, .is-header .menu-action a {
  color: #333;
  text-decoration: none; }
.is-header .search-action a:hover, .is-header .menu-action a:hover {
  color: #7abb3b; }
.is-header .search-action [class*="icon-"], .is-header .menu-action [class*="icon-"] {
  font-size: 18px; }

.is-search-form {
  background: #111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 10% 0;
  -moz-transform-origin: 10% 0;
  -ms-transform-origin: 10% 0;
  transform-origin: 10% 0;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms; }
.is-search-form.open {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
.is-search-form .searchform {
  max-width: 767px;
  margin: 0 auto; }

.header-topbar {
  border-bottom: 1px solid #ecedee;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #333;
  font-size: 11px; }
.header-topbar .language-switch, .header-topbar .currency-switch {
  float: left;
  font-size: 11px; }
.header-topbar .language-switch .title, .header-topbar .currency-switch .title {
  color: rgba(51, 51, 51, 0.85); }
.header-topbar .language-switch .dropdown-menu, .header-topbar .currency-switch .dropdown-menu {
  font-size: 11px; }
.header-topbar .language-switch a {
  color: rgba(51, 51, 51, 0.85); }
.header-topbar .language-switch a img {
  margin: 0 5px;
  display: inline-block; }
.header-topbar .language-switch a img, .header-topbar .language-switch a .icon-arrow-down {
  position: relative;
  top: -2px; }
.header-topbar .language-switch .dropdown-menu {
  min-width: auto; }
.header-topbar .language-switch + .currency-switch {
  position: relative;
  margin-left: 15px;
  padding-left: 15px; }
.header-topbar .language-switch + .currency-switch:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  height: 49px;
  width: 1px;
  background: #ecedee; }
.header-topbar .icon-arrow-down {
  font-size: 8px; }
.header-topbar .currency-switch .wcml_currency_switcher {
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  position: absolute; }
.header-topbar .currency-switch .wcml_currency_switcher li {
  border: 0; }
.header-topbar .currency-switch .dropdown > img {
  display: none; }

.topbar-action {
  text-align: right; }
.topbar-action:empty {
  display: none; }
.topbar-action a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 15px; }
.topbar-action a [class*="icon-"] {
  display: inline-block;
  margin-right: 2px; }
.topbar-action a:hover {
  color: #7abb3b; }
.topbar-action a:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  height: 49px;
  width: 1px;
  background: #ecedee; }
.topbar-action a:last-child:after {
  display: none; }

.header-container {
  padding-top: 15px;
  padding-bottom: 15px; }

.header-action .menu-action {
  display: none; }

.logo {
  margin-top: 15px;
  margin-bottom: 15px; }
.logo img {
  max-width: 100%; }
.logo .main-logo {
  display: inline-block; }
.logo .sticky-logo {
  display: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .header-topbar .language-switch .title {
    display: none; } }
@media (max-width: 991px) {
  .header-action .shoppingcart, .header-action .menu-action, .header-action .search-action {
    width: 40px; }
  .header-action .menu-action {
    display: block; }

  .header-topbar .wpml-widgets {
    position: relative;
    margin-bottom: 15px; }
  .header-topbar .wpml-widgets:after {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    left: -50%;
    bottom: 1px;
    position: absolute;
    background: #ecedee; }
  .header-topbar .wpml-widgets .inner {
    width: 290px;
    margin: 0 auto 15px; }
  .header-topbar .wpml-widgets .currency-switch:after {
    height: 47px !important; }

  .topbar-text {
    text-align: left; } }
@media (max-width: 767px) {
  .topbar-action {
    padding-top: 15px;
    border-top: 1px solid #ecedee;
    text-align: center; }

  .wpml-widgets .inner {
    padding-bottom: 15px; }

  .topbar-text {
    padding-bottom: 15px;
    text-align: center; }

  .logo {
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px; }

  .header-container {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0; }

  .header-action {
    text-align: center; }
  .header-action > .inner {
    display: inline-block; } }
/**
 * --------------------------------------------------------------------------------
 * 3.0 - Content
 * --------------------------------------------------------------------------------
 */
.is-content {
  position: relative;
  z-index: 2; }

.contact-intro .contact-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px; }
.contact-intro .contact-desc {
  font-family: 'Merriweather', serif; }

.contact > .item {
  position: relative;
  margin-left: 40px;
  margin-bottom: 25px; }
.contact > .item .fa {
  width: 30px;
  height: 30px;
  background: #7abb3b;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -15px; }

.blog-container {
  background: #fff;
  margin-bottom: 30px; }
.blog-container .inner {
  padding: 30px; }
.blog-container .post-thumb + .inner {
  padding-top: 0; }
.blog-container.blog-status {
  background: #7abb3b;
  color: #fff;
  padding: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }
.blog-container.blog-status .inner {
  padding: 30px;
  border: 2px dashed rgba(255, 255, 255, 0.5); }
.blog-container.blog-status .entry-title {
  margin: 0;
  color: #fff; }
.blog-container.blog-status a {
  color: #fff; }
.blog-container.blog-status .status-content {
  margin-left: 60px; }
.blog-container.blog-status .entry-icon {
  margin-top: 5px;
  font-size: 40px; }

.entry-title {
  margin-bottom: 20px;
  line-height: 39px; }
.entry-title a {
  color: #333; }
.entry-title a:hover {
  color: #7abb3b; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333; }
.entry-content .gallery::after {
  clear: both;
  content: "";
  display: table; }
.entry-content .gallery .gallery-item {
  width: 33.3333333333%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
  margin-bottom: 10px; }
.entry-content .gallery .gallery-item:nth-child(3n + 1) {
  clear: left; }
.entry-content .gallery .gallery-item:first-child {
  clear: none; }
.entry-content .link-page {
  margin: 15px 0;
  text-align: center; }
.entry-content .link-page a {
  display: inline-block;
  margin: 0 4px; }
.entry-content iframe {
  border: 0; }

.inner-content .entry-content {
  margin-left: 135px; }
.inner-content .entry-meta {
  float: left;
  width: 100px;
  font-size: 12px;
  margin-top: 20px; }
.inner-content .entry-meta > * {
  display: block;
  position: relative; }
.inner-content .entry-meta > *:last-child:after {
  display: none; }
.inner-content .comments-link a, .inner-content time {
  color: #9f9f9f; }
.inner-content .comments-link a:hover {
  color: #7abb3b; }
.inner-content .comments-link a .count {
  color: #7abb3b; }
.inner-content .author-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  margin-bottom: 10px; }
.inner-content .author-title:hover {
  color: #7abb3b; }
.inner-content .author-title + *, .inner-content .comments-link + *, .inner-content .edit-link + *, .inner-content time + * {
  margin-bottom: 5px;
  padding-bottom: 5px; }
.inner-content .author-title + *:after, .inner-content .comments-link + *:after, .inner-content .edit-link + *:after, .inner-content time + *:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 40px;
  background: #ecedee; }
.inner-content .author-avatar {
  text-align: center;
  margin-bottom: 10px; }
.inner-content .author-avatar img {
  border-radius: 100%; }

.entry-content {
  line-height: 25px; }
.entry-content .link-readmore {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 30px; }
.entry-content blockquote {
  background: url(../../images/blockquote.png) no-repeat;
  background-position: 25px 40px;
  background-color: #7abb3b;
  border-left: 0;
  color: #fff;
  padding: 40px 40px 40px 80px;
  letter-spacing: 1px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
  font-family: 'Merriweather', serif; }
.entry-content blockquote:after, .entry-content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  left: 0; }
.entry-content blockquote:before {
  top: 10px; }
.entry-content blockquote:after {
  bottom: 10px; }

.post-thumb {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
.post-thumb img {
  max-width: 100%;
  height: auto; }

.is-paging-footer .paging {
  text-align: center; }
.is-paging-footer .paging .pagination li {
  margin: 0 3px; }

.page #comments {
  border-top: 1px solid #ecedee;
  padding-top: 10px;
  margin-top: 30px; }
.page #comments .heading {
  color: #7abb3b; }

@media (max-width: 767px) {
  .blog-container a {
    word-wrap: break-word; }
  .blog-container .entry-meta {
    float: none;
    width: auto;
    text-align: left; }
  .blog-container .entry-meta .author-avatar {
    display: none; }
  .blog-container .entry-meta > * {
    display: inline-block;
    margin-right: 10px; }
  .blog-container .entry-meta > *:after {
    display: none; }
  .blog-container .inner {
    padding-right: 0;
    padding-left: 0; }
  .blog-container .entry-content {
    margin-left: 0; }
  .blog-container .entry-title {
    margin-top: 0; } }
/**
 * 3.1 Single
 */
.single-main .social-networks {
  margin: 50px 0; }
.single-main .heading {
  color: #7abb3b;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
  text-transform: uppercase; }

/* Comment List */
.is-commentlists {
  margin-top: 40px;
  border-bottom: 1px solid #ecedee;
  padding-bottom: 40px;
  margin-bottom: 40px; }
.is-commentlists ul {
  list-style: none; }
.is-commentlists .the-comment {
  margin-top: 20px; }
.is-commentlists .the-comment .comment-meta {
  width: 100px;
  font-size: 11px;
  color: #9f9f9f;
  margin-top: 0; }
.is-commentlists .the-comment .comment-meta .title {
  color: #333;
  word-wrap: break-word; }
.is-commentlists .the-comment .comment-meta > * {
  display: block;
  position: relative;
  text-transform: uppercase; }
.is-commentlists .the-comment .comment-meta > *:last-child:after {
  display: none; }
.is-commentlists .the-comment .comment-meta .avatar {
  margin-bottom: 5px; }
.is-commentlists .the-comment .comment-meta .avatar img {
  border-radius: 100%; }
.is-commentlists .the-comment .comment-box {
  border: 1px solid #ecedee;
  padding: 20px;
  margin-left: 110px; }
.is-commentlists .the-comment .comment-box .comment-text {
  line-height: 25px; }
.is-commentlists .the-comment .comment-box .comment-action {
  font-size: 11px;
  margin-top: 20px;
  text-transform: uppercase; }
.is-commentlists .the-comment p {
  margin: 0; }
.is-commentlists .children {
  padding-left: 110px; }

.comment-form .submit {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px; }

.comment-respond + li {
  margin-top: 40px; }

.post-control {
  margin: 50px 0px;
  border-top: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
  text-transform: uppercase;
  height: 110px;
  letter-spacing: 2px;
  text-align: center; }
.post-control a {
  display: inline-block;
  line-height: 108px;
  width: 50%;
  height: 108px;
  float: left;
  color: #333; }
.post-control a:hover {
  color: #7abb3b; }
.post-control a [class*="icon-"] {
  font-size: 18px; }
.post-control a span {
  position: relative; }
.post-control a span [class*="icon-"] {
  position: absolute;
  top: 0; }
.post-control a.prev {
  border-right: 1px solid #ecedee; }
.post-control a.prev [class*="icon-"] {
  left: -38px; }
.post-control a.next [class*="icon-"] {
  right: -38px; }

/**
 * 3.4 404 Page
 */
.error404 .not-found {
  padding: 100px 20px; }
.error404 .not-found .page-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 2px;
  margin: 0 0 30px; }
.error404 .not-found .intro {
  font-size: 20px;
  letter-spacing: 1px; }

/**
 * --------------------------------------------------------------------------------
 * 4.0 - Sidebar
 * --------------------------------------------------------------------------------
 */
.is-sidebar .widget-title {
  margin-bottom: 20px; }
.is-sidebar .widget-title span {
  padding-bottom: 15px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li, .is-sidebar .widget.widget_product_categories ul li, .is-sidebar .widget.widget_archive ul li, .is-sidebar .widget.widget_categories ul li, .is-sidebar .widget.widget_pages ul li, .is-sidebar .widget.widget_meta ul li, .is-sidebar .widget.widget_nav_menu ul li {
  position: relative;
  margin: 0;
  padding: 10px 0; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul a, .is-sidebar .widget.widget_product_categories ul a, .is-sidebar .widget.widget_archive ul a, .is-sidebar .widget.widget_categories ul a, .is-sidebar .widget.widget_pages ul a, .is-sidebar .widget.widget_meta ul a, .is-sidebar .widget.widget_nav_menu ul a {
  text-transform: uppercase;
  color: #333; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul a:hover, .is-sidebar .widget.widget_product_categories ul a:hover, .is-sidebar .widget.widget_archive ul a:hover, .is-sidebar .widget.widget_categories ul a:hover, .is-sidebar .widget.widget_pages ul a:hover, .is-sidebar .widget.widget_meta ul a:hover, .is-sidebar .widget.widget_nav_menu ul a:hover {
  color: #7abb3b; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul ul li > a, .is-sidebar .widget.widget_product_categories ul ul li > a, .is-sidebar .widget.widget_archive ul ul li > a, .is-sidebar .widget.widget_categories ul ul li > a, .is-sidebar .widget.widget_pages ul ul li > a, .is-sidebar .widget.widget_meta ul ul li > a, .is-sidebar .widget.widget_nav_menu ul ul li > a {
  text-transform: none; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul ul li > a:before, .is-sidebar .widget.widget_product_categories ul ul li > a:before, .is-sidebar .widget.widget_archive ul ul li > a:before, .is-sidebar .widget.widget_categories ul ul li > a:before, .is-sidebar .widget.widget_pages ul ul li > a:before, .is-sidebar .widget.widget_meta ul ul li > a:before, .is-sidebar .widget.widget_nav_menu ul ul li > a:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e606";
  font-size: 8px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li + li, .is-sidebar .widget.widget_product_categories ul li + li, .is-sidebar .widget.widget_archive ul li + li, .is-sidebar .widget.widget_categories ul li + li, .is-sidebar .widget.widget_pages ul li + li, .is-sidebar .widget.widget_meta ul li + li, .is-sidebar .widget.widget_nav_menu ul li + li {
  border-top: 1px solid #ecedee; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li.current-cat-parent > .children, .is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li.current-cat > .children {
  display: block; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul .current-cat-parent > a, .is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul .current-cat > a {
  color: #7abb3b; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion span.parent {
  float: right;
  cursor: pointer;
  background: url(../../images/btn_show.png) no-repeat;
  background-position: 3px 3px;
  height: 16px;
  width: 16px;
  margin-top: 3px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion span.parent.show {
  background-position: 3px -16px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion .children {
  display: none; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion .children > li:last-child {
  padding-bottom: 0; }
.is-sidebar .woocommerce-product-search {
  position: relative; }
.is-sidebar .woocommerce-product-search .search-field {
  padding-right: 75px; }
.is-sidebar .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0; }

/**
 * --------------------------------------------------------------------------------
 * 5.0 - Footer
 * --------------------------------------------------------------------------------
 */
#is-footer-copyright-group {
  margin-top: 30px; }

.footer-top {
  margin-bottom: 30px; }

.footer {
  padding-top: 30px;
  background: #f6f7f7; }

#footer .widget-title {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px; }
#footer .widget {
  font-size: 12px; }
#footer .widget.widget_nav_menu, #footer .widget.widget_categories, #footer .widget.widget_pages, #footer .widget.widget_meta, #footer .widget.widget_recent_entries, #footer .widget.widget_archive {
  list-style: none;
  padding: 0;
  margin: 0; }
#footer .widget.widget_nav_menu li, #footer .widget.widget_categories li, #footer .widget.widget_pages li, #footer .widget.widget_meta li, #footer .widget.widget_recent_entries li, #footer .widget.widget_archive li {
  margin-bottom: 10px; }
#footer .widget.widget_nav_menu a, #footer .widget.widget_categories a, #footer .widget.widget_pages a, #footer .widget.widget_meta a, #footer .widget.widget_recent_entries a, #footer .widget.widget_archive a {
  color: rgba(51, 51, 51, 0.85); }
#footer .widget.widget_nav_menu a:before, #footer .widget.widget_categories a:before, #footer .widget.widget_pages a:before, #footer .widget.widget_meta a:before, #footer .widget.widget_recent_entries a:before, #footer .widget.widget_archive a:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border: 1px solid #a4a9b0;
  border-radius: 100%;
  margin-right: 10px; }
#footer .widget.widget_nav_menu a:hover, #footer .widget.widget_nav_menu a:focus, #footer .widget.widget_categories a:hover, #footer .widget.widget_categories a:focus, #footer .widget.widget_pages a:hover, #footer .widget.widget_pages a:focus, #footer .widget.widget_meta a:hover, #footer .widget.widget_meta a:focus, #footer .widget.widget_recent_entries a:hover, #footer .widget.widget_recent_entries a:focus, #footer .widget.widget_archive a:hover, #footer .widget.widget_archive a:focus {
  color: #7abb3b;
  text-decoration: none; }
#footer .widget.widget_nav_menu a:hover:before, #footer .widget.widget_nav_menu a:focus:before, #footer .widget.widget_categories a:hover:before, #footer .widget.widget_categories a:focus:before, #footer .widget.widget_pages a:hover:before, #footer .widget.widget_pages a:focus:before, #footer .widget.widget_meta a:hover:before, #footer .widget.widget_meta a:focus:before, #footer .widget.widget_recent_entries a:hover:before, #footer .widget.widget_recent_entries a:focus:before, #footer .widget.widget_archive a:hover:before, #footer .widget.widget_archive a:focus:before {
  border-color: #7abb3b; }
#footer .widget.widget_nav_menu ul ul a, #footer .widget.widget_categories ul ul a, #footer .widget.widget_pages ul ul a, #footer .widget.widget_meta ul ul a, #footer .widget.widget_recent_entries ul ul a, #footer .widget.widget_archive ul ul a {
  text-transform: none; }
#footer address.about-us .media .media-left {
  text-align: center;
  border: 1px solid #afafaf;
  border-radius: 50%;
  padding-right: 15px;
  color: #afafaf; }
#footer address.about-us .media .media-left .icon {
  width: 23px;
  padding-left: 14px; }
#footer address.about-us .media .media-body {
  padding-left: 15px; }

.copyright {
  padding: 30px 0 10px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.85);
  letter-spacing: 1px;
  border-top: 1px solid #ecedee;
  font-size: 11px; }

@media (min-width: 992px) {
  .custom-column-footer .widget {
    margin-left: -50px;
    margin-right: 20px; } }
/**
 * --------------------------------------------------------------------------------
 * 6.0 - Megamenu
 * --------------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 7.0 - Megamenu
 * --------------------------------------------------------------------------------
 */
.header-menu, .is-megamenu {
  position: static; }

.header-inner {
  position: relative; }

.is-megamenu {
  margin-top: 15px;
  background: none;
  border: none;
  margin: 0;
  min-height: 0; }
.is-megamenu .off-canvas-toggle {
  color: #fff;
  padding: 18px 20px 19px;
  min-width: 50px;
  text-align: center;
  display: none; }
.is-megamenu .fa-angle-down {
  display: none; }
.is-megamenu ul.nav {
  float: inherit; }
.is-megamenu ul.nav > li.open a {
  background-color: transparent; }
.is-megamenu ul.nav > li {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: 25px;
  margin-left: 25px; }
.is-megamenu ul.nav > li.aligned-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%); }
.is-megamenu ul.nav > li > a {
  color: #333;
  font-size: 1.077em;
  text-transform: uppercase;
  background: transparent;
  padding-right: 0;
  padding-left: 0; }
.is-megamenu ul.nav > li > a span {
  position: relative; }
.is-megamenu ul.nav > li > a span:after {
  content: "";
  position: absolute;
  display: block;
  background: #7abb3b;
  height: 1px;
  width: 0;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
.is-megamenu .megamenu a:after, .is-megamenu .megamenu span:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
.is-megamenu .megamenu > li:hover > a, .is-megamenu .megamenu > li.current-menu-item > a, .is-megamenu .megamenu > li.current-menu-parent > a, .is-megamenu .megamenu > li.current-menu-ancestor > a {
  color: #7abb3b; }
.is-megamenu .megamenu > li:hover > a span:after, .is-megamenu .megamenu > li.current-menu-item > a span:after, .is-megamenu .megamenu > li.current-menu-parent > a span:after, .is-megamenu .megamenu > li.current-menu-ancestor > a span:after {
  width: 100%; }
.is-megamenu .megamenu > li .current-menu-item > a > span {
  color: #7abb3b; }
.is-megamenu .megamenu > li.open .woocommerce .product-col {
  visibility: visible !important; }
.is-megamenu .megamenu .aligned-fullwidth {
  position: static; }
.is-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu {
  width: 100% !important; }
.is-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu > .dropdown-menu-inner {
  overflow: hidden; }
.is-megamenu .megamenu .aligned-fullwidth .mega-col-nav {
  position: relative; }
.is-megamenu .megamenu .aligned-fullwidth .dropdown-menu {
  padding: 20px 20px 30px; }
.is-megamenu .megamenu .aligned-fullwidth .mega-inner ul li .dropdown-menu {
  left: 100%;
  padding: 10px 16px; }
.is-megamenu .megamenu .widget-title {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  padding: 5px 0;
  margin-top: 0;
  color: #fff;
  letter-spacing: 1px; }
.is-megamenu .megamenu .widget-title span:after {
  display: none; }
.is-megamenu .megamenu .module img {
  max-width: 100%; }
.is-megamenu .mega-col-nav .title {
  margin-top: 0; }
.is-megamenu .mega-col-nav .widget {
  margin: 0; }
.is-megamenu .mega-col-nav .mega-inner ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
.is-megamenu .mega-col-nav .mega-inner ul li {
  list-style: none;
  margin-left: 0;
  display: block;
  min-width: 180px;
  position: relative; }
.is-megamenu .mega-col-nav .mega-inner ul li a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 0; }
.is-megamenu .mega-col-nav .mega-inner ul li a:hover {
  padding-left: 5px; }
.is-megamenu .mega-col-nav .mega-inner ul li a:focus, .is-megamenu .mega-col-nav .mega-inner ul li a:hover {
  color: #7abb3b; }
.is-megamenu .mega-col-nav .mega-inner ul li.active a {
  color: #7abb3b !important; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item {
  position: relative; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item > ul {
  display: none;
  padding: 10px; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 99;
  box-shadow: 0 1px 3px #D3D3D3;
  background-color: #fff; }
.is-megamenu .dropdown-menu {
  min-width: 230px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  color: #333;
  background: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.is-megamenu .dropdown-menu .nav-child {
  background: #1a1a1a; }
.is-megamenu .dropdown-menu a {
  color: #999999; }
.is-megamenu .dropdown-menu a:hover {
  color: #999999;
  text-decoration: none; }
.is-megamenu .dropdown-menu .row {
  margin-bottom: 20px; }
.is-megamenu .dropdown-menu .row:last-child {
  margin-bottom: 0; }
.is-megamenu .dropdown-menu .mega-group-ct {
  background: #000; }
.is-megamenu .dropdown-menu .product-block {
  margin-bottom: 0 !important; }
.is-megamenu .dropdown-menu .product-block .onsale, .is-megamenu .dropdown-menu .product-block .quick-view, .is-megamenu .dropdown-menu .product-block .button-groups {
  display: none; }
.is-megamenu .dropdown-menu .product-block .image:hover img {
  opacity: 1; }
.is-megamenu .dropdown-menu .dropdown-submenu > a:before {
  float: right;
  content: "\f178";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #999999; }
.is-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block; }
.is-megamenu .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  left: 100%;
  margin-top: 0px;
  top: 0; }
.is-megamenu .navbar-collapse {
  padding: 0; }
.is-megamenu .navbar-nav.pull-right > li > .dropdown-menu, .is-megamenu .navbar-nav > li > .dropdown-menu.pull-right {
  left: 0; }
.is-megamenu .mega-group {
  min-width: 0 !important; }
.is-megamenu .mega-group > a {
  font-size: 1.1em;
  display: block;
  margin: 5px 0 15px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  letter-spacing: 1px; }
.is-megamenu .mega-group > a span {
  color: #fff !important;
  position: relative;
  padding-right: 20px; }
.is-megamenu .mega-group > a span:hover {
  color: #7abb3b; }

@media (min-width: 768px) {
  .is-megamenu.animate .mega > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; }
  .is-megamenu.animate .mega.animating > .dropdown-menu {
    overflow: hidden;
    display: block !important; }
  .is-megamenu.animate .mega.open > .dropdown-menu {
    opacity: 1; }
  .is-megamenu.animate .mega.open.animating > .dropdown-menu {
    opacity: 1; }
  .is-megamenu.animate.zoom .mega > .dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%; }
  .is-megamenu.animate.zoom .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.bottom-to-top .megamenu .dropdown-menu {
    display: block;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 1; }
  .is-megamenu.animate.bottom-to-top .megamenu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 20px; }
  .is-megamenu.animate.bottom-to-top .megamenu li.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0; }
  .is-megamenu.animate.elastic .mega > .dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0; }
  .is-megamenu.animate.elastic .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.elastic [data-level="1"].mega > .dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .is-megamenu.animate.elastic [data-level="1"].open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.slide .mega.animating > .dropdown-menu {
    overflow: hidden; }
  .is-megamenu.animate.slide .mega > .dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%; }
  .is-megamenu.animate.slide .mega.open > .dropdown-menu > div {
    margin-top: 0%; }
  .is-megamenu.animate.slide .mega .mega > .dropdown-menu {
    min-width: 0; }
  .is-megamenu.animate.slide .mega .mega > .dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px; }
  .is-megamenu.animate.slide .mega .mega.open > .dropdown-menu > div {
    margin-left: 0; } }
/**
 * --------------------------------------------------------------------------------
 * 7.0 - Offcanvas
 * --------------------------------------------------------------------------------
 */
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.uk-offcanvas.uk-active {
  display: block; }

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777; }

.uk-offcanvas .uk-panel-title {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]) {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff; }

.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-nav li > a {
  display: block;
  text-decoration: none; }

.uk-nav > li > a {
  padding: 5px 15px; }

.uk-nav ul {
  padding-left: 15px; }

.uk-nav ul a {
  padding: 2px 0; }

.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px; }

.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

.uk-nav-header:not(:first-child) {
  margin-top: 15px; }

.uk-nav-divider {
  margin: 9px 15px; }

ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center; }

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: ""; }

.uk-nav-side > li > a {
  color: #444; }

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  outline: none; }

.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff; }

.uk-nav-side .uk-nav-header {
  color: #444; }

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-side ul a {
  color: #07D; }

.uk-nav-side ul a:hover {
  color: #059; }

.uk-nav-dropdown > li > a {
  color: #444; }

.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none; }

.uk-nav-dropdown .uk-nav-header {
  color: #999; }

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-dropdown ul a {
  color: #07D; }

.uk-nav-dropdown ul a:hover {
  color: #059; }

.uk-nav-navbar > li > a {
  color: #444; }

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none; }

.uk-nav-navbar .uk-nav-header {
  color: #999; }

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-navbar ul a {
  color: #07D; }

.uk-nav-navbar ul a:hover {
  color: #059; }

.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.uk-nav-offcanvas > li > div {
  padding-left: 15px; }

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #fff;
  outline: none; }

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff; }

.uk-nav-offcanvas .uk-nav-header {
  color: #777;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: #404040;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.01);
  margin: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }

.uk-nav-offcanvas ul a {
  color: #ccc; }

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff; }

/**
 * --------------------------------------------------------------------------------
 * 8.0 - Widgets
 * --------------------------------------------------------------------------------
 */
.widget {
  margin-bottom: 40px; }
.widget .widget-title {
  color: #333; }
.widget ul {
  list-style: none;
  padding-left: 0; }
.widget ul li {
  margin: 10px 0; }
.widget ul ul {
  margin-left: 20px; }
.widget .is-widget-twitter li {
  margin-bottom: 30px; }
.widget .is-widget-twitter li:last-child {
  margin-bottom: 0; }
.widget .is-widget-twitter .icon-social-twitter {
  font-size: 20px;
  color: #7abb3b;
  display: inline-block;
  margin-top: 5px; }
.widget .is-widget-twitter .content {
  margin-left: 35px; }
.widget .is-widget-twitter .title {
  color: rgba(51, 51, 51, 0.85); }
.widget .is-widget-twitter .title:hover {
  color: #7abb3b; }

/**
 * --------------------------------------------------------------------------------
 * 9.0 - Responsive
 * --------------------------------------------------------------------------------
 */
@media (max-width: 782px) {
  body.logged-in.admin-bar .uk-offcanvas-bar {
    padding-top: 46px; }
  body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
    top: 46px; } }
@media (max-width: 767px) {
  body.logged-in.admin-bar .uk-offcanvas-bar {
    padding-top: 0; }
  body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
    top: 0; }

  .scroll-to-top {
    display: none; }

  .wpb_column + div {
    margin-top: 30px; } }

/*# sourceMappingURL=main.css.map */
