/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 - General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 - Page title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 - Side bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 - Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 - Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 - Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 - Comment
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.0 - Element
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.0 - Footer
--------------------------------------------------------------*/
/* 12.0 - shop sidebar */
@media screen and (min-width: 1200px) {
  body .header-fixed.cshero-main-header {
    height: 60px; }

  .header-default .header-fixed .main-header-wrap #cshero-header-logo.site-branding a, .header-style-3 .header-fixed #cshero-header-logo.site-branding a {
    line-height: 60px; }

  body .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 60px; }

  body .header-style-3 .header-fixed .cshero-header-navigation {
    min-height: 60px; }

  body .header-fixed .site-branding.is-text {
    height: 60px; } }

.sticky-desktop.header-fixed .main-header-wrap {
  position: fixed; }

@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html {
  font-family: Lato, sans-serif;
  line-height: 24px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b, strong {
  font-weight: inherit; }

strong {
  font-weight: 900; }

code, kbd, samp {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f9f2f4;
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #d05;
  white-space: normal; }

ins {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  background: #f1c40f;
  border-radius: 4px; }

mark {
  color: #fff;
  background: #dd5b4e;
  padding: 0 5px;
  font-weight: 700;
  border-radius: 4px; }

dfn {
  font-style: italic; }

em, b, strong {
  color: #69bd43; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

table {
  width: 100%; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

table tr:last-child td {
  border-bottom: 1px solid #ededed; }

td, th {
  display: table-cell;
  vertical-align: inherit;
  text-align: left; }

th, caption {
  text-transform: uppercase; }

dd {
  margin: 0 0 20px; }

ul {
  margin-bottom: 0; }

.first {
  clear: both; }

.last {
  margin-right: 0;
  /*--------------------------------------------------------------
1.1 - Accessibility
--------------------------------------------------------------*/ }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.wp-caption-text, .gallery-caption {
  visibility: visible;
  /*--------------------------------------------------------------
1.2 - Alignments
--------------------------------------------------------------*/ }

.alignleft {
  float: left;
  display: table-cell;
  margin: 10px 20px 10px 0; }

.alignright {
  float: right;
  display: table-cell;
  margin: 10px 0 10px 20px; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 15px;
  /*--------------------------------------------------------------
1.3 - Clearings
--------------------------------------------------------------*/ }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
  clear: both; }

body {
  font-family: Lato, sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

h1 {
  font-family: Lato, sans-serif;
  font-weight: 900; }

h2 {
  font-family: Lato, sans-serif;
  font-weight: 700; }

h3 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: normal; }

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal; }

h5 {
  font-family: Lato, sans-serif;
  font-weight: normal; }

h6 {
  font-family: Lato, sans-serif;
  font-weight: normal; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0; }

p {
  margin: 0 0 10px;
  padding: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  padding: 25px;
  background: #f1c40f;
  font-family: Abril Fatface, sans-serif;
  border-radius: 5px;
  border-left: 0; }
  blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    top: 5px !important;
    float: left; }

.blockquote-pc {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  padding: 25px;
  background: #f1c40f;
  font-family: Abril Fatface, sans-serif;
  border-radius: 5px;
  border-left: 0; }
  .blockquote-pc:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    top: 5px !important;
    float: left; }

.blockquote-pc2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  padding: 25px;
  background: #69bd43;
  border-radius: 5px;
  font-family: 'Lato';
  border-left: 0; }
  .blockquote-pc2:before {
    content: "\f0f6";
    font-family: FontAwesome;
    display: block;
    float: left;
    font-size: 65px;
    font-weight: normal;
    line-height: 50px;
    margin-right: 30px;
    margin-top: 5px;
    border-radius: 5px;
    float: left; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 16px;
  text-align: right; }
  blockquote cite a {
    color: #fff; }
    blockquote cite a:hover {
      color: #549835; }

address {
  margin: 0 0 10px; }

pre {
  border-radius: 0;
  white-space: pre;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

:focus {
  outline: none; }

.dropcap:first-letter {
  color: #fff;
  background: #69bd43;
  display: block;
  float: left;
  font-size: 65px;
  line-height: 50px;
  padding: 20px;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 5px; }

@media screen and (min-width: 1200px) {
  .boxed-layout .header-fixed {
    width: auto; }
    .boxed-layout .header-fixed > .container {
      width:  !important;
      padding: 0 15px !important; }
    .boxed-layout .container {
      width:  !important;
      padding: 0 15px !important; }
    .boxed-layout .header-transparent {
      width: ; } }

.icon-list {
  list-style-type: none;
  margin-left: 24px;
  padding-left: 0; }
  .icon-list li {
    position: relative; }
  .icon-list > li [class*=" fa-"] {
    position: absolute;
    left: -21px;
    text-align: center;
    top: 4px;
    width: 14px; }

audio, video {
  max-width: 100%;
  width: 100%; }

.site-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.site-content .vc_col-has-fill > .vc_column-inner, .site-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .site-content .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

a {
  text-decoration: none;
  outline: none;
  color: #69bd43;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  a:hover, a:active, a:focus {
    color: #549835;
    outline: none;
    text-decoration: none; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.list-play-circle ul, .list-check-circle ul, .list-check-square ul, .list-angle-right ul, .list-star ul, .list-arrow-circle ul, .list-caret-right ul, .list-arrow-right ul, .list-circle ul, .list-number ul, .list-check ul, .list-play-circle ol, .list-check-circle ol, .list-check-square ol, .list-angle-right ol, .list-star ol, .list-arrow-circle ol, .list-caret-right ol, .list-arrow-right ol, .list-circle ol, .list-number ol, .list-check ol {
  list-style: none;
  padding-left: 0; }
  .list-play-circle ul li, .list-check-circle ul li, .list-check-square ul li, .list-angle-right ul li, .list-star ul li, .list-arrow-circle ul li, .list-caret-right ul li, .list-arrow-right ul li, .list-circle ul li, .list-number ul li, .list-check ul li, .list-play-circle ol li, .list-check-circle ol li, .list-check-square ol li, .list-angle-right ol li, .list-star ol li, .list-arrow-circle ol li, .list-caret-right ol li, .list-arrow-right ol li, .list-circle ol li, .list-number ol li, .list-check ol li {
    padding: 2px 0; }
    .list-play-circle ul li:before, .list-check-circle ul li:before, .list-check-square ul li:before, .list-angle-right ul li:before, .list-star ul li:before, .list-arrow-circle ul li:before, .list-caret-right ul li:before, .list-arrow-right ul li:before, .list-circle ul li:before, .list-number ul li:before, .list-check ul li:before, .list-play-circle ol li:before, .list-check-circle ol li:before, .list-check-square ol li:before, .list-angle-right ol li:before, .list-star ol li:before, .list-arrow-circle ol li:before, .list-caret-right ol li:before, .list-arrow-right ol li:before, .list-circle ol li:before, .list-number ol li:before, .list-check ol li:before {
      color: #69bd43;
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 30px;
      padding-right: 10px; }

.list-none-style ul, .list-none-style ol {
  list-style: none;
  padding-left: 0; }

.list-play-circle ul li:before {
  content: "\f01d"; }

.list-check-square ul li:before {
  content: "\f14a"; }

.list-check-circle ul li:before {
  content: "\f05d"; }

.list-angle-right ul li:before {
  content: "\f105"; }

.list-star ul li:before {
  content: "\f006"; }

.list-arrow-circle ul li:before {
  content: "\f0a9"; }

.list-caret-right ul li:before {
  content: "\f0da"; }

.list-arrow-right ul li:before {
  content: "\f061"; }

.list-circle ul li:before {
  content: "\f111";
  font-size: 8px;
  line-height: 22px;
  display: inline-block; }

.list-number ul {
  counter-reset: li; }
  .list-number ul li {
    position: relative; }
  .list-number ul li:before {
    content: counter(li);
    counter-increment: li;
    display: inline-block;
    font-weight: bold; }
  .list-number ul li:after {
    content: "\f111";
    font-size: 3px;
    font-family: FontAwesome;
    color: #333;
    position: absolute;
    left: 9px;
    top: 8px; }

.list-check ul li:before {
  content: "\f00c"; }

.list-line ul, .list-stripped ul {
  list-style: none;
  padding-left: 0; }
  .list-line ul li, .list-stripped ul li {
    padding: 2px 0; }

.list-line ul > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd; }

.list-stripped ul > li {
  padding: 5px 5px; }

.list-stripped ul > li:nth-of-type(odd) {
  background: #f5f5f5; }

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.text-white {
  color: #fff; }

.text-primary {
  color: #69bd43; }

.text-gray {
  color: rgba(68, 68, 68, 0.2); }

.mfp-close:hover {
  background: transparent !important; }

.lato100 {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -5px; }

.border-rounded {
  border-radius: 5px; }
  .border-rounded img {
    border-radius: 5px; }

.margin-remove {
  margin: 0 !important; }

.glass {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none; }

ul.icon-list li {
  float: left;
  width: 25%; }
  @media screen and (max-width: 991px) {
    ul.icon-list li {
      width: 50%; } }
  @media screen and (max-width: 478px) {
    ul.icon-list li {
      width: 100%; } }

@media screen and (max-width: 991px) {
    .wpb_column.vc_col-sm-6:nth-child(2n) .vc_column-inner {
      border: 0 !important; } }
  @media screen and (max-width: 767px) {
  .wpb_column .vc_column-inner {
    border: 0 !important; } }

.vc_row {
  /* revoslider */ }
  @media screen and (max-width: 767px) {
  .vc_row.vc_parallax > .wpb_column {
    min-height: 0 !important; } }

.rev_slider .custom.tparrows {
  width: 40px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  /* owl carousel */ }
  .rev_slider .custom.tparrows:before {
    line-height: 100px;
    font-size: 24px;
    color: #fff; }
  .rev_slider .custom.tparrows:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .rev_slider .custom.tparrows:hover:before {
    color: rgba(0, 0, 0, 0.4); }

.owl-controls {
  margin-top: 35px;
  text-align: center; }
  .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #69bd43;
    border: 0 none;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
      opacity: 1; }
  .owl-controls .owl-nav .owl-prev {
    margin-right: 5px; }
  .owl-controls .owl-dots .owl-dot {
    display: inline-block; }
    .owl-controls .owl-dots .owl-dot span {
      width: 11px;
      height: 11px;
      display: inline-block;
      border-radius: 100%;
      margin: 0 3px;
      background: #69bd43;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .owl-controls .owl-dots .owl-dot:hover span, .owl-controls .owl-dots .owl-dot.active span {
      opacity: 1; }

.badge {
  display: inline-block;
  padding: 10px;
  background: #69bd43;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border-radius: 0; }

.badge-danger {
  color: #fff;
  background: #dd5b4e;
  border: 1px solid #dd5b4e; }

.badge-border {
  color: #444;
  border: 1px solid #444;
  background: transparent; }

.tooltip .tooltip-arrow {
  border-top-color: #333 !important; }
  .tooltip .tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.header-top {
  color: rgba(255, 255, 255, 0.7);
  background: #69bd43; }
  .header-top ul {
    list-style: none;
    padding-left: 0; }
  .header-top ul li {
    display: inline-block;
    line-height: 31px; }
    .header-top ul li a {
      color: rgba(255, 255, 255, 0.7); }
      .header-top ul li a:hover {
        color: #fff; }
  .header-top .widget ul li a {
    display: inline-block;
    line-height: 15px;
    padding: 0; }
  .header-top .header-top-wrap {
    padding: 5px 0; }
  .header-top .header-top-left {
    float: left; }
  .header-top .header-top-right {
    float: right; }
  .header-top .header-top-right > * {
    float: right; }
  .header-top .contact-info li {
    margin: 0 10px;
    font-size: 90%; }
    .header-top .contact-info li i {
      margin: 0 3px; }
    .header-top .contact-info li:first-child {
      margin-left: 0; }
  .header-top .social-indiv-wrap ul li {
    margin-left: 6px; }
    .header-top .social-indiv-wrap ul li a {
      padding: 7px 10px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .header-top .social-indiv-wrap ul li a:hover {
        background: #3f7228; }
  @media screen and (max-width: 767px) {
  .header-top .header-top-left {
    float: none;
    text-align: center; }
  .header-top .header-top-right {
    float: none;
    text-align: center; }
    .header-top .header-top-right > * {
      float: none;
      text-align: center; }

    .header-top .header-top-right .text-right {
      text-align: center; }
  .header-top .social-indiv-wrap ul li {
    margin-left: 0;
    padding: 0 3px; } }

.site-branding.is-image a {
  line-height: 102px;
  display: block; }
  .site-branding.is-text {
    display: table;
    height: 102px; }
  .site-branding.is-text > div {
    display: table-cell;
    vertical-align: middle; }
    .site-branding.is-text > div p {
      margin-bottom: 0; }
  .site-branding .site-title {
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .site-branding a.tran-logo img {
    display: none; }

.header-transparent .cshero-main-header:not(.header-fixed) .site-branding a.main-logo img {
  display: none; }
  .header-transparent .cshero-main-header:not(.header-fixed) .site-branding a.tran-logo img {
    display: inline-block; }

.header-style-2.header-transparent .site-branding a.main-logo img {
  display: none; }
  .header-style-2.header-transparent .site-branding a.tran-logo img {
    display: inline-block; }

.cshero-main-header .main-header-wrap {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0; }
  .cshero-main-header .main-header-wrap > .container {
    position: relative; }
    @media screen and (min-width: 1200px) {
    .cshero-main-header .main-header-wrap > .container {
      width: 1140px;
      padding: 0; } }
  .cshero-main-header .main-header-wrap > .no-container {
    position: relative; }

@media screen and (min-width: 1200px) {
  .cshero-main-header {
    height: 102px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }

  .header-style-2 .cshero-main-header {
    height: 80px; } }

.header-fixed.cshero-main-header {
  height: 60px; }

.header-fixed .site-branding.is-text {
  height: 60px; }
  .header-fixed .site-branding.is-text a {
    line-height: 1 !important; }

.header-fixed .main-header-wrap {
  width: 100%;
  z-index: 9;
  background: #fff;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0; }
  .header-fixed .main-header-wrap #cshero-header-logo.site-branding a {
    line-height: 60px; }
  .header-fixed .main-header-wrap .site-branding .site-title {
    margin-top: 0; }

.boxed-layout .header-fixed .main-header-wrap {
  width: ; }

.admin-bar .header-fixed .main-header-wrap {
  top: 32px; }

.cshero-header-navigation {
  position: inherit; }

.button-style .cshero-header-navigation .main-navigation .menu-main-menu > li {
  padding: 0; }
  .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
    padding: 8px 15px; }
  .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
    left: 15px; }
  .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li > a:before {
    content: none; }
  @media screen and (min-width: 1200px) {
  .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, .button-style .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
    color: #fff;
    background: #69bd43; } }

.header-style-2 .site-branding a {
  line-height: 1; }
  .header-style-2 .main_logo {
    padding-top: 20px; }
  .header-style-2 .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .header-style-2 .cshero-header-navigation .main-navigation .menu-main-menu > li {
    line-height: 80px; }

@media screen and (min-width: 1200px) {
    .header-style-3 .menu-wrap {
      position: relative; }
    .header-style-3 .header-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9999; }
    .header-style-3 .cshero-header-navigation {
      min-height: 102px;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .header-style-3 .header-fixed .cshero-header-navigation {
      min-height: 60px; }
    .header-style-3 #site-navigation-left {
      position: absolute;
      width: 50%;
      top: 0;
      left: 0; }
      .header-style-3 #site-navigation-left ul.nav-menu {
        padding-right: 180px; }
    .header-style-3 #site-navigation-right {
      position: absolute;
      width: 50%;
      top: 0;
      right: 0; }
      .header-style-3 #site-navigation-right ul.nav-menu {
        padding-left: 180px; }
    .header-style-3 .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu, .header-style-3 .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.children {
      width: 200% !important;
      position: absolute;
      left: 0; }
    .header-style-3 .cshero-header-navigation .main-navigation .menu-main-menu.menu-main-menu-right li:not(.group) > ul.drop_full_width.sub-menu, .header-style-3 .cshero-header-navigation .main-navigation .menu-main-menu.menu-main-menu-right li:not(.group) > ul.drop_full_width.children {
      left: -100%; } }

.navbar-toggle {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #69bd43 !important;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: #69bd43 !important; }
  .navbar-toggle.collapsed {
    background: transparent; }
  .navbar-toggle .icon-bar {
    background: #fff; }

@media screen and (min-width: 1200px) {
  .navbar-toggle {
    display: none; } }

@media screen and (max-width: 1199px) {
  .navbar-toggle {
    display: block; }

  .site-branding a {
    line-height: 80px; }

  .main_logo {
    float: left;
    padding-right: 50px; }

  .header-style-2 .site-branding a {
    line-height: 80px; }

  .header-style-2 .header-logo {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 3px 3px 0; }
    .header-style-2 .main_logo {
      padding-top: 0; }

  .header-style-3 .cshero-header-navigation {
    left: 0;
    right: 0;
    padding: 0 15px; }
    .header-style-3 .cshero-header-navigation .main-navigation > div > ul, .header-style-3 .cshero-header-navigation .main-navigation ul.nav-menu {
      margin-top: 0;
      margin-bottom: 0; } }

.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }
  .header-transparent .header-top {
    background: rgba(105, 189, 67, 0.3); }
  .header-transparent .cshero-main-header .main-header-wrap {
    box-shadow: none; }
  .header-transparent .cshero-main-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, .header-transparent .cshero-main-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
    color: #fff !important; }
    .header-transparent .cshero-main-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover, .header-transparent .cshero-main-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
      color: #69bd43 !important; }

.admin-bar .header-transparent {
  top: 32px; }

@media screen and (min-width: 1200px) {
  .navbar-toggles {
    display: none; }

  #menu-mobile, .cs-menu-toggle {
    display: none; }

  .cshero-header-navigation .main-navigation.collapse {
    display: block;
    overflow: visible; }

  .cshero-header-navigation .main-navigation .menu-main-menu {
    margin: 0;
    padding: 0; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .cshero-header-navigation .main-navigation .menu-main-menu > li {
      vertical-align: top;
      line-height: 102px;
      position: relative;
      margin-left: 5px;
      padding: 0 15px;
      -webkit-transition: all 0.3s linear 0s !important;
      transition: all 0.3s linear 0s !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a {
        color: #69bd43; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a:before, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a:before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
        font-size: 14px;
        color: #444;
        padding: 8px 0;
        text-transform: capitalize;
        text-decoration: none !important;
        font-weight: 300;
        line-height: 24px;
        overflow: hidden;
        letter-spacing: 1px;
        position: relative;
        vertical-align: middle;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s linear 0s !important;
        transition: all 0.3s linear 0s !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i, .cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
          display: inline-block;
          line-height: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title, .cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title {
          display: inline; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:focus, .cshero-header-navigation .main-navigation .menu-main-menu > li > a:focus, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
          outline: 0 !important;
          color: #69bd43; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li > a:before {
          background-color: #69bd43;
          content: "";
          height: 2px;
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 100%;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 300ms linear 0ms;
          transition: all 300ms linear 0ms; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li:hover > a:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:first-child, .cshero-header-navigation .main-navigation .menu-main-menu > li:first-child {
        margin-left: 0;
        padding-left: 0; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children, .cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children, .cshero-header-navigation .main-navigation .menu-main-menu > li.page_item_has_children {
        position: relative; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li.page_item_has_children > a:after {
          padding-left: 4px;
          content: "\f107";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children > .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > li.page_item_has_children > .cs-menu-toggle {
          display: none; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children {
        min-width: 280px;
        background: #fff;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        -khtml-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        -o-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
        padding: 20px; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu > li, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu > li, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children > li, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children > li {
          -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu > li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu > li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children > li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children > li:last-child {
          border-bottom: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu > li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu > li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children > li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children > li:hover {
          color: #69bd43; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu > li ul, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu > li ul, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children > li ul, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children > li ul {
          -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
          -khtml-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
          -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
          -ms-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
          -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children .menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children .menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu .page_item_has_children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu .page_item_has_children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children .page_item_has_children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children .page_item_has_children > a:after {
          font-family: "FontAwesome";
          content: " \f105";
          position: absolute;
          right: 20px;
          font-weight: 300;
          font-size: 14px; }
    .cshero-header-navigation .main-navigation .menu-main-menu > li, .cshero-header-navigation .main-navigation .menu-main-menu > li a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a {
      display: inline-block;
      text-decoration: none; }
    .cshero-header-navigation .main-navigation .menu-main-menu > li ul li, .cshero-header-navigation .main-navigation .menu-main-menu > li ul li a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li a {
      display: block;
      text-decoration: none;
      text-align: left; }
    .cshero-header-navigation .main-navigation .menu-main-menu > li ul ul, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul ul {
      width: 240px;
      margin-top: -64px; }

  .cshero-header-navigation .main-navigation li li {
    position: relative;
    margin: 0;
    border-top: none;
    padding-left: 10px;
    border-bottom: 1px solid #eee; }
    .cshero-header-navigation .main-navigation li li:before {
      font-family: 'FontAwesome';
      content: "\f105";
      display: inline-block;
      max-width: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 50%;
      line-height: 1;
      font-size: 14px;
      margin-top: -7px;
      -webkit-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .cshero-header-navigation .main-navigation li li a {
      clear: both;
      display: block;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      color: #333;
      text-transform: capitalize;
      padding: 10px 10px 10px 0;
      -webkit-transition: all 0.3s linear 0s !important;
      transition: all 0.3s linear 0s !important; }
    .cshero-header-navigation .main-navigation li li a:hover, .cshero-header-navigation .main-navigation li li a:focus {
      padding-left: 5px;
      color: #69bd43; }
    .cshero-header-navigation .main-navigation li li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation li li.current-menu-parent > a, .cshero-header-navigation .main-navigation li li.current-menu-item > a {
      color: #69bd43; }
    .cshero-header-navigation .main-navigation li li.menu-item-has-children > a:after, .cshero-header-navigation .main-navigation li li.page_item_has_children > a:after {
      font-family: "FontAwesome";
      content: "\f0da";
      position: absolute;
      right: 0;
      font-weight: 300;
      font-size: 12px; }
    .cshero-header-navigation .main-navigation li li > ul {
      top: auto;
      margin-top: -54px;
      left: 130%; }
    .cshero-header-navigation .main-navigation li li:hover:before {
      visibility: visible; }
    .cshero-header-navigation .main-navigation li li:hover > ul {
      top: auto;
      left: 100%; }
      .cshero-header-navigation .main-navigation li li:hover > ul.back {
        right: 100%;
        left: auto;
        margin-right: 1px; }
    .cshero-header-navigation .main-navigation li li li:hover > ul {
      top: auto;
      left: 100%; }
    .cshero-header-navigation .main-navigation li li li:hover > ul.back {
      right: 100%;
      left: auto;
      margin-right: 1px; }

  .cshero-header-navigation .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    left: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out; }
    .cshero-header-navigation .main-navigation li:hover > ul, .cshero-header-navigation .main-navigation li:focus > ul {
      top: 100%;
      opacity: 1;
      visibility: visible;
      border-left: 0;
      overflow: inherit;
      clip: inherit !important; }
    .cshero-header-navigation .main-navigation li li.update > a {
      padding-right: 80px; }
      .cshero-header-navigation .main-navigation li li.update > a:before {
        background: #f1c40f;
        border-radius: 5px;
        color: #fff;
        content: "UPDATE";
        font-size: 11px;
        line-height: 10px;
        padding: 5px 8px;
        position: absolute;
        right: 5px;
        top: 12px; }
    .cshero-header-navigation .main-navigation li li.new > a {
      padding-right: 50px; }
      .cshero-header-navigation .main-navigation li li.new > a:before {
        background: #69bd43;
        border-radius: 5px;
        color: #fff;
        content: "NEW";
        font-size: 11px;
        line-height: 10px;
        padding: 5px 8px;
        position: absolute;
        right: 5px;
        top: 12px; }

  .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu {
    margin: 0;
    padding: 0; }
    .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li {
      line-height: 60px; }

  .cshero-header-navigation .main-navigation .nav-menu > li > ul.back {
    right: 0;
    left: auto; }
    .cshero-header-navigation .main-navigation .nav-menu > li > ul.back ul:not(.back) {
      right: 100%;
      left: auto; }
    .cshero-header-navigation .main-navigation .nav-menu > li > ul.back ul.back {
      left: 100%;
      right: auto; }
    .cshero-header-navigation .main-navigation .nav-menu > li > ul.back ul.back ul:not(.back) {
      left: 100%;
      right: auto; }
    .cshero-header-navigation .main-navigation .nav-menu > li > ul.back ul.back ul.back {
      right: 100%;
      left: auto; }

  .cshero-header-navigation .main-navigation li ul ul.back {
    right: 100%;
    left: auto; }
    .cshero-header-navigation .main-navigation li ul ul.back ul:not(.back) {
      right: 100%;
      left: auto; }
    .cshero-header-navigation .main-navigation li ul ul.back ul.back {
      left: 100%;
      right: auto; }
    .cshero-header-navigation .main-navigation li ul ul.back ul.back ul:not(.back) {
      left: 100%;
      right: auto; }
    .cshero-header-navigation .main-navigation li ul ul.back ul.back ul.back {
      right: 100%;
      left: auto; }

  .cshero-main-header.header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
    display: none; }

  .cshero-header-navigation .main-navigation {
    /* End Start Mega Menu */ }
    .cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), .cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), .cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), .cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
      clear: left;
      border-right: 0px solid transparent; }
    .cshero-header-navigation .main-navigation .columns5 > li {
      width: 16.66667% !important; }
    .cshero-header-navigation .main-navigation .columns5 > li:last-child {
      width: 33.33333% !important; }
    .cshero-header-navigation .main-navigation .columns4 > li {
      width: 25% !important; }
    .cshero-header-navigation .main-navigation .columns3 > li {
      width: 33.333% !important; }
    .cshero-header-navigation .main-navigation .columns2 > li {
      width: 50% !important; }
    .cshero-header-navigation .main-navigation [class*="columns"] {
      padding: 20px 4px 20px 4px !important; }
    .cshero-header-navigation .main-navigation [class*="columns"] > li {
      padding: 0 15px !important; }
    .cshero-header-navigation .main-navigation [class*="columns"] > li {
      float: left;
      position: relative; }
    .cshero-header-navigation .main-navigation [class*="columns"] > li > a {
      width: 100%; }
    .cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
      position: inherit; }
    .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.children {
      margin: 0 auto;
      /* z-index: 10;*/
      width: 100% !important; }
    .cshero-header-navigation .main-navigation li.group > ul.sub-menu, .cshero-header-navigation .main-navigation li.group > ul.children {
      display: block;
      float: left;
      left: 0;
      position: relative;
      width: 100%;
      height: inherit;
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      /* BOX SHADOW */
      overflow: visible;
      padding: 0; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn {
      background: #fff; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li {
      border-bottom: 0; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li.group > a, .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li > a {
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      padding: 10px; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li.menu-item-has-children > a:after, .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li.page_item_has_children > a:after {
      content: none !important; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li:hover:before {
      visibility: hidden; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li li.no_group.menu-item-has-children > a:after {
      right: 10px; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li ul.sub-menu {
      min-width: 156.33px !important;
      border: 0 !important;
      -webkit-transition: opacity 0.4s ease 0s;
      transition: opacity 0.4s ease 0s;
      border-width: 0; }
      .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li ul.sub-menu li {
        margin: 0 !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li ul.sub-menu li:hover {
        background: transparent !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li ul.sub-menu li a {
        clear: both;
        display: block;
        white-space: nowrap;
        text-transform: capitalize; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn > li ul.sub-menu > li:hover > ul.sub-menu {
      opacity: 1; }
    .cshero-header-navigation .main-navigation .menu-main-menu .multicolumn ul {
      box-shadow: none !important;
      top: 0;
      margin-top: 0; }

  .cshero-main-header.header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > .cs-menu-toggle {
    display: none; }

  .white-header .main-navigation .menu-main-menu > ul > li:not(.current-menu-item) > a, .white-header .cshero-header-navigation .main-navigation .menu-main-menu > li:not(.current-menu-item) > a {
    color: #232323 !important; } }

@media screen and (max-width: 1199px) {
  .cshero-header-navigation {
    background: #222;
    z-index: 999;
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 0; }

  .cshero-header-navigation .main-navigation {
    float: none !important;
    padding: 0;
    text-align: left; }
    .cshero-header-navigation .main-navigation > div > ul, .cshero-header-navigation .main-navigation ul.nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 20px;
      margin-bottom: 20px; }
      .cshero-header-navigation .main-navigation > div > ul > li, .cshero-header-navigation .main-navigation ul.nav-menu > li {
        list-style: none; }
        .cshero-header-navigation .main-navigation > div > ul > li > a, .cshero-header-navigation .main-navigation ul.nav-menu > li > a {
          font-size: 14px;
          color: #fff;
          padding: 10px 0;
          text-transform: capitalize;
          text-decoration: none;
          line-height: 20px;
          display: block;
          -webkit-transition: all 0.3s linear 0s !important;
          transition: all 0.3s linear 0s !important; }
          .cshero-header-navigation .main-navigation > div > ul > li > a:hover, .cshero-header-navigation .main-navigation ul.nav-menu > li > a:hover, .cshero-header-navigation .main-navigation > div > ul > li > a:focus, .cshero-header-navigation .main-navigation ul.nav-menu > li > a:focus {
            outline: none;
            color: #69bd43; }
        .cshero-header-navigation .main-navigation > div > ul > li:hover > .cs-menu-toggle, .cshero-header-navigation .main-navigation ul.nav-menu > li:hover > .cs-menu-toggle, .cshero-header-navigation .main-navigation > div > ul > li:active > .cs-menu-toggle, .cshero-header-navigation .main-navigation ul.nav-menu > li:active > .cs-menu-toggle, .cshero-header-navigation .main-navigation > div > ul > li:focus > .cs-menu-toggle, .cshero-header-navigation .main-navigation ul.nav-menu > li:focus > .cs-menu-toggle {
          font-size: 14px;
          color: #69bd43; }
        .cshero-header-navigation .main-navigation > div > ul > li.current-menu-item.menu-item-has-children > a, .cshero-header-navigation .main-navigation ul.nav-menu > li.current-menu-item.menu-item-has-children > a {
          color: #69bd43; }
      .cshero-header-navigation .main-navigation > div > ul li.update > a, .cshero-header-navigation .main-navigation ul.nav-menu li.update > a {
        padding-right: 80px; }
        .cshero-header-navigation .main-navigation > div > ul li.update > a:before, .cshero-header-navigation .main-navigation ul.nav-menu li.update > a:before {
          background: #f1c40f;
          border-radius: 5px;
          color: #fff;
          content: "UPDATE";
          font-size: 11px;
          line-height: 10px;
          padding: 5px 8px;
          position: absolute;
          right: 0;
          top: 12px; }
      .cshero-header-navigation .main-navigation > div > ul li.new > a, .cshero-header-navigation .main-navigation ul.nav-menu li.new > a {
        padding-right: 50px; }
        .cshero-header-navigation .main-navigation > div > ul li.new > a:before, .cshero-header-navigation .main-navigation ul.nav-menu li.new > a:before {
          background: #69bd43;
          border-radius: 5px;
          color: #fff;
          content: "NEW";
          font-size: 11px;
          line-height: 10px;
          padding: 5px 8px;
          position: absolute;
          right: 0;
          top: 12px; }
      .cshero-header-navigation .main-navigation > div > ul ul.sub-menu, .cshero-header-navigation .main-navigation ul.nav-menu ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s linear 0s;
        transition: max-height 0.3s linear 0s; }
      .cshero-header-navigation .main-navigation > div > ul ul.sub-menu.submenu-open, .cshero-header-navigation .main-navigation ul.nav-menu ul.sub-menu.submenu-open {
        max-height: 1000px; }
        .cshero-header-navigation .main-navigation > div > ul ul.sub-menu.submenu-open.multicolumn ul, .cshero-header-navigation .main-navigation ul.nav-menu ul.sub-menu.submenu-open.multicolumn ul {
          max-height: 1000px; }

  .cshero-header-navigation .main-navigation li ul, .cshero-header-navigation .main-navigation li ul ul {
    width: 100% !important; }

  .collapse .main-navigation div.nav-menu > ul {
    display: block; }

  .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .cshero-header-navigation .main-navigation .menu-main-menu > li {
    position: relative; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li li, .cshero-header-navigation .main-navigation .menu-main-menu > li li {
      position: relative; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle {
      color: #fff;
      cursor: pointer;
      position: absolute;
      right: 0px;
      text-align: center;
      top: 0;
      line-height: 40px;
      vertical-align: middle;
      display: block;
      -webkit-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li .cs-menu-toggle i, .cshero-header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle i {
        padding: 5px 7px;
        background: #615c5c;
        border-radius: 2px; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.page_item_has_children:after, .cshero-header-navigation .main-navigation .menu-main-menu > li.page_item_has_children:after {
      content: "\f107";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      cursor: pointer;
      position: absolute;
      right: 0px;
      text-align: center;
      top: 5px;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      display: block; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-parent, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent {
      background: transparent !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a {
        color: #69bd43; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children {
      overflow: hidden;
      padding: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li {
        padding: 8px 20px;
        line-height: 27px; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li:last-child {
          border-bottom: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li:hover {
          background-color: transparent !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li a {
          display: block;
          font-size: 13px;
          font-weight: 400;
          letter-spacing: 1px;
          white-space: nowrap;
          color: #fff;
          line-height: 20px;
          text-transform: none;
          -webkit-transition: all 0.3s linear 0s !important;
          transition: all 0.3s linear 0s !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li a:hover {
          color: #69bd43; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li .current-menu-parent, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li .current-menu-parent, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li .current-menu-parent, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li .current-menu-parent {
          background: transparent !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li .current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li .current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li .current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li .current-menu-parent > a {
          color: #69bd43; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-item, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-item, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-item, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-item {
          background: transparent !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu li.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu li.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children li.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children li.current-menu-item > a {
          color: #69bd43; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu.submenu-open .submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open .submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children.submenu-open .submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children.submenu-open .submenu-open + .cs-menu-toggle i:before {
        content: "\f106"; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.sub-menu.submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul.children.submenu-open + .cs-menu-toggle i:before, .cshero-header-navigation .main-navigation .menu-main-menu > li ul.children.submenu-open + .cs-menu-toggle i:before {
          content: "\f106"; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn {
      padding: 0 30px;
      margin-top: 0;
      list-style: none; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li {
        border-bottom: 0;
        padding: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li:hover {
          background-color: transparent !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li:hover li, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li:hover li {
          background: none !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .cs-menu-toggle {
          display: none; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li > a {
          display: none; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li.current-menu-ancestor, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li.current-menu-parent, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li.current-menu-parent {
          background-color: transparent !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu {
          display: block;
          padding: 0;
          margin-top: 0;
          list-style: none; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li {
          padding: 10px 0;
          border-bottom: 0; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li a, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li a {
            clear: both;
            color: #fff;
            display: block;
            font-size: 13px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 1px;
            padding: 0;
            white-space: nowrap;
            text-transform: capitalize; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li a:before {
              content: "\f105";
              font-family: "FontAwesome";
              font-size: 13px;
              left: 0;
              display: inline-block !important;
              color: #fff;
              padding-right: 8px;
              position: relative;
              top: 0;
              -webkit-transition: all 0.3s linear 0s;
              transition: all 0.3s linear 0s; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li a:hover {
              color: #69bd43; }
              .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li a:hover:before, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li a:hover:before {
                color: #69bd43; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li.current-menu-item, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li.current-menu-item {
            background-color: transparent !important; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li:hover a, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li:hover a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li.current-menu-item a, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li.current-menu-item a {
              color: #69bd43; }
              .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li:hover a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li:hover a:before, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li.current-menu-item a:before, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li.current-menu-item a:before {
                color: #69bd43; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li ul.sub-menu li ul, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li ul.sub-menu li ul {
            padding: 10px 0 0 15px;
            margin-bottom: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .widget_woocommerce_category ul, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .widget_woocommerce_category ul {
          list-style: none;
          padding: 0;
          margin-bottom: 7px; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .widget_woocommerce_category ul li, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .widget_woocommerce_category ul li {
            padding: 7px 0 !important;
            margin: 0 !important;
            border-bottom: 0; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .widget_woocommerce_category ul li:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .widget_woocommerce_category ul li:hover {
              background-color: transparent; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .widget_woocommerce_category ul li a, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .widget_woocommerce_category ul li a {
              color: #fff;
              display: block;
              line-height: 19px;
              letter-spacing: 1px;
              padding: 0;
              white-space: nowrap;
              text-transform: capitalize;
              letter-spacing: 1px !important;
              font-size: 13px !important;
              font-weight: 400 !important; }
              .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.multicolumn > li .widget_woocommerce_category ul li a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.multicolumn > li .widget_woocommerce_category ul li a:hover {
                color: #fff; }
    .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:not(.group) > ul.drop_full_width.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li:not(.group) > ul.drop_full_width.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:not(.group) > ul.drop_full_width.children, .cshero-header-navigation .main-navigation .menu-main-menu > li:not(.group) > ul.drop_full_width.children {
      width: 100% !important; }

  .white-header .main-navigation ul.nav-menu > li > a, .white-header .main-navigation .nav-menu > ul > li > a, .white-header .main-navigation ul.nav-menu > li .cs-menu-toggle, .white-header .main-navigation .nav-menu > ul > li .cs-menu-toggle {
    color: #232323 !important; } }

#page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(../images/pagetitle/bread.png); }

.page-title {
  position: relative;
  background: #69bd43; }
  .page-title h2 {
    font-size: 24px; }
  .page-title h2, .page-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    display: inline-block; }

#breadcrumb-text {
  color: rgba(255, 255, 255, 0.8); }
  #breadcrumb-text a {
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  #breadcrumb-text a:hover {
    color: #fff; }
  #breadcrumb-text > span:last-child {
    color: #fff; }

@media screen and (max-width: 767px) {
  #page-title-text.text-right {
    text-align: left; }

  #breadcrumb-text.text-right {
    text-align: left; } }

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 50px; } }

.widget-area .widget:first-child {
  margin-top: -6px; }

.widget {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px; }
  .widget:after, .widget:before {
    display: table;
    content: ''; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget > ul, .widget > ol, .widget > div > ul, .widget > div > ol {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .widget ul {
    list-style: none;
    margin-bottom: 0; }
  .widget ul li a {
    display: block;
    padding: 2px 0; }
    .widget ul li ul {
      padding-left: 10px; }

.wg-title {
  margin: 0 0 15px;
  line-height: 28px;
  color: #444; }
  .wg-title:after {
    content: "";
    background: #919191;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    z-index: 1;
    margin-top: 18px;
    border-radius: 5px; }

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_archive ul li a, .widget_product_categories ul li a {
  line-height: 36px;
  display: inline-block;
  position: relative; }
  .widget_recent_entries ul li a:after, .widget_categories ul li a:after, .widget_meta ul li a:after, .widget_archive ul li a:after, .widget_product_categories ul li a:after {
    content: "";
    position: absolute;
    left: -500px;
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 1px;
    background: #eee; }
  .widget_recent_entries ul li:first-child, .widget_categories ul li:first-child, .widget_meta ul li:first-child, .widget_archive ul li:first-child, .widget_product_categories ul li:first-child {
    padding-top: 0; }

.widget_nav_menu li a {
  padding: 10px 10px 10px 0;
  position: relative;
  display: block;
  line-height: 36px; }
  .widget_nav_menu li a:after {
    content: "";
    background: #eee;
    width: 10000px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: -100%;
    right: -100%; }

.widget_recent_comments > ul, .widget_recent_entries > ul, .widget_archive > ul, .widget_meta > ul, .widget_pages > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_nav_menu > ul {
  margin-top: -13px; }
  .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_categories ul li, .widget_product_categories ul li, .widget_nav_menu ul li {
    width: 100%;
    clear: both;
    margin: 0;
    position: relative; }

.widget_recent_comments ul li, .widget_pages ul li {
  padding: 5px 0; }

.widget_search .search-close {
  display: none; }
  .widget_search form {
    position: relative; }
  .widget_search .form-control {
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 40px; }
  .widget_search .form-control:hover, .widget_search .form-control:focus, .widget_search .form-control:active {
    border-color: #69bd43; }
  .widget_search .form-control:hover + .btn, .widget_search .form-control:focus + .btn, .widget_search .form-control:active + .btn {
    color: #69bd43; }
  .widget_search .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #444;
    line-height: 22px;
    width: 40px;
    height: 34px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .widget_search .btn:hover, .widget_search .btn:active, .widget_search .btn:focus, .widget_search .btn:hover.widget_search .btn:active, .widget_search .btn:active.widget_search .btn:focus {
    color: #69bd43 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important; }
  .widget_search .btn span {
    font-size: 16px; }

.widget_calendar .wg-title {
  margin-bottom: 2px; }
  .widget_calendar caption {
    margin-bottom: 10px; }
  .widget_calendar thead th {
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold; }
  .widget_calendar table, .widget_calendar table td {
    border-collapse: separate;
    border-spacing: 1px; }
  .widget_calendar table {
    width: 100%; }
  .widget_calendar table tbody td {
    text-align: center;
    padding: 7px 0px; }
  .widget_calendar table tbody td#today {
    background-color: #4b4e53;
    color: #fff; }
  .widget_calendar table tbody td#today a {
    color: #fff; }
  .widget_calendar tbody .pad {
    background: transparent; }
  .widget_calendar tbody td {
    background: #eee; }
  .widget_calendar tbody a {
    font-weight: bold; }
  .widget_calendar tfoot td:last-child {
    text-align: right; }

.social-indiv-wrap ul li {
  margin-left: 6px; }
  .social-indiv-wrap ul li a {
    padding: 7px 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .social-indiv-wrap ul li a:hover {
    background: #69bd43; }

.widget_tag_cloud {
  margin-bottom: 46px; }
  .widget_tag_cloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 18px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #444;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #69bd43;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .widget_tag_cloud a:hover {
    background-color: #69bd43;
    color: #fff; }

.widget_rss .wg-title a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 22px; }
  .widget_rss ul li {
    line-height: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .widget_rss ul li a {
    font-weight: bold; }
  .widget_rss ul li:last-child {
    margin-bottom: 8px;
    padding-bottom: 0; }

.widget_cs_recent_post_v2 .widget-recent-item {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .widget_cs_recent_post_v2 .entry-thumbnail {
    display: table-cell;
    vertical-align: top; }
  .widget_cs_recent_post_v2 .entry-thumbnail img {
    max-width: 100px;
    margin: 2px 10px 0px 0; }
  .widget_cs_recent_post_v2 a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 21px; }
  .widget_cs_recent_post_v2 .entry-main {
    display: table-cell;
    vertical-align: top; }
  .widget_cs_recent_post_v2 .entry-main span {
    display: block;
    font-size: 13px;
    font-style: italic; }

.widget_woocommerce_category ul {
  list-style: none; }
  .widget_woocommerce_category ul li:hover {
    background: none !important; }
  .widget_woocommerce_category ul li:last-child {
    border-bottom: 0; }
  .widget_woocommerce_category ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    display: inline-block !important;
    color: #69bd43;
    padding-right: 8px;
    position: relative;
    top: 0; }
  .widget_woocommerce_category ul li a .product-count {
    position: absolute;
    right: 0;
    color: #69bd43;
    font-style: italic; }

.widget_newsletterwidget {
  background: transparent !important; }

.wpb_column .widget_cs_instagram_widget {
  padding: 0 !important; }

.widget_cs_instagram_widget .instagram-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 41px;
  padding-top: 41px;
  background-color: #f7f7f7; }
  .widget_cs_instagram_widget .instagram-item {
    padding: 0; }
  .widget_cs_instagram_widget .instagram-item a img {
    width: 100%; }

.section-instagram {
  display: block;
  position: relative;
  margin-top: 100px; }
  .section-instagram.nopadbot {
    padding-bottom: 0; }

.widget_znews-twitter-widget .bx-viewport {
  min-height: 424px; }
  .widget_znews-twitter-widget .news-tweet-content {
    margin-bottom: 30px; }
  .widget_znews-twitter-widget .news-tweet-content a {
    color: #549835; }
  .widget_znews-twitter-widget .news-tweet-content a:hover {
    color: #69bd43; }
  .widget_znews-twitter-widget .tweet-text {
    position: relative;
    padding-left: 45px; }
  .widget_znews-twitter-widget .tweet-text i {
    font-size: 24px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px; }

.widget_redexp_images {
  overflow: visible; }
  .widget_redexp_images ul {
    list-style: none;
    padding: 0; }
  .widget_redexp_images ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .widget_redexp_images ul li a {
    line-height: 1px;
    padding: 0; }
  .widget_redexp_images ul.columns-2 li {
    max-width: 50%; }
  .widget_redexp_images ul.columns-3 li {
    max-width: 33.33333%; }
  .widget_redexp_images ul.columns-4 li {
    max-width: 25%; }
  .widget_redexp_images ul.columns-5 li {
    max-width: 20%; }
  .widget_redexp_images ul.columns-6 li {
    max-width: 16.66667%; }
  .widget_redexp_images img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .widget_redexp_images a:hover img, .widget_redexp_images img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .widget_redexp_images .tooltip.in {
    opacity: 1; }
  .widget_redexp_images .tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    background-color: #333;
    border-radius: 3px; }
  .widget_redexp_images .tooltip.top .tooltip-arrow {
    border-top-color: #333; }

.contact-info p {
  margin-bottom: 0; }

.widget_payment_logo_images ul {
  list-style: none;
  padding: 0; }
  .widget_payment_logo_images ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px; }
  .widget_payment_logo_images ul li a {
    line-height: 1px;
    padding: 0; }
  .widget_payment_logo_images img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .widget_payment_logo_images a:hover img, .widget_payment_logo_images img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.widget_cms_image {
  margin-bottom: 34px; }
  .widget_cms_image .image img {
    border-radius: 5px; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .login-select, .form-control, .uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

::-webkit-input-placeholder {
  color: #aaa; }

::-moz-placeholder {
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa; }

input:-moz-placeholder {
  color: #aaa; }

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="submit"]:focus, .login-select:focus, .form-control:focus, .uneditable-input:focus {
  outline: none;
  border-color: #69bd43 !important; }

fieldset {
  padding: 20px;
  border: 1px solid #ddd; }

textarea {
  resize: vertical;
  height: 125px; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #ddd; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

button, input[type="button"], input[type="submit"] {
  color: #fff;
  display: inline-block;
  background-color: #69bd43;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42858;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
    outline: none; }

label {
  margin-bottom: 5px; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.search-no-results .entry-content form {
  position: relative; }
  .search-no-results .entry-content .form-control {
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 65px; }
  .search-no-results .entry-content .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #444;
    line-height: 22px;
    width: 40px;
    height: 34px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .search-no-results .entry-content .btn:hover, .search-no-results .entry-content .btn:active, .search-no-results .entry-content .btn:focus, .search-no-results .entry-content .btn:hover.search-no-results .entry-content .btn:active, .search-no-results .entry-content .btn:active.search-no-results .entry-content .btn:focus {
    color: #69bd43 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important; }
  .search-no-results .entry-content .btn span {
    font-size: 16px; }

.contact-form p {
  margin-bottom: 30px; }
  .contact-form > p:last-child {
    margin-bottom: 0; }

.wpcf7-form div.wpcf7-validation-errors {
  border: 0;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
  margin-top: 40px;
  color: red; }
  .wpcf7-form .btn-send {
    text-align: right; }

div.wpcf7 .wpcf7-form .ajax-loader {
  display: none; }
  div.wpcf7 .wpcf7-form .ajax-loader.is-active {
    display: inline-block; }

.btn, .btn-default {
  line-height: 24px;
  font-size: 14px;
  color: #444;
  background: transparent;
  border: 1px solid #444;
  padding: 5px 12px;
  box-shadow: none;
  text-shadow: none;
  font-family: Lato, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:hover, .btn-default:hover, .btn:active, .btn-default:active, .btn:focus, .btn-default:focus, .btn:hover.btn:active, .btn-default:hover.btn-default:active, .btn:active.btn:focus, .btn-default:active.btn-default:focus {
    box-shadow: none;
    color: #fff;
    background: #444;
    outline: none; }
  .btn.inverted, .btn-default.inverted {
    color: #fff;
    background: transparent;
    border: 1px solid #fff; }
  .btn.inverted:hover, .btn-default.inverted:hover, .btn.inverted:active, .btn-default.inverted:active, .btn.inverted:focus, .btn-default.inverted:focus, .btn.inverted:hover.btn.inverted:active, .btn-default.inverted:hover.btn-default.inverted:active, .btn.inverted:active.btn.inverted:focus, .btn-default.inverted:active.btn-default.inverted:focus {
    color: #444;
    background: #fff; }

.btn-primary {
  color: #fff;
  background: #69bd43;
  border-radius: 5px;
  border: 1px solid #69bd43; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover.btn-primary:active, .btn-primary:active.btn-primary:focus {
    background: rgba(105, 189, 67, 0.8);
    border: 1px solid #69bd43; }

.btn-success {
  color: #fff;
  background: #4aa222;
  border: 1px solid #4aa222; }
  .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:hover.btn-success:active, .btn-success:active.btn-success:focus {
    background: rgba(74, 162, 34, 0.8);
    border: 1px solid #4aa222; }

.btn-warning {
  color: #fff;
  background: #f1c40f;
  border: 1px solid #f1c40f; }
  .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:hover.btn-warning:active, .btn-warning:active.btn-warning:focus {
    background: rgba(241, 196, 15, 0.8);
    border: 1px solid #f1c40f; }

.btn-danger {
  color: #fff;
  background: #dd5b4e;
  border: 1px solid #dd5b4e; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:hover.btn-danger:active, .btn-danger:active.btn-danger:focus {
    background: rgba(221, 91, 78, 0.8);
    border: 1px solid #dd5b4e; }

.btn-large {
  padding: 10px 15px; }

.btn-lg {
  font-size: 18px;
  padding: 18px 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
  .btn-lg {
    font-size: 16px; } }

.btn-md {
  font-size: 14px;
  padding: 8px 15px; }

.btn-sm {
  font-size: 10px;
  padding: 3px 15px; }

.vc_btn3-block {
  display: block;
  width: 100%; }

.vc_btn3-container {
  margin-bottom: 10px !important; }

.readmore .btn-default {
  color: #fff;
  background: #69bd43;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #69bd43; }
  .readmore .btn-default:hover {
    border: 1px solid #444;
    color: #444;
    background: transparent; }

.btn-mini {
  font-size: 10px;
  line-height: 20px;
  min-height: 20px; }

body.woocommerce #respond input#submit, .woocommerce.single-product form.cart .button, .woocommerce .woocommerce-message .button, .woocommerce-page .action-cart .button, .woocommerce-page .calculated_shipping .button, form.login .button, .woocommerce-page .return-to-shop .button, .checkout_coupon input[type="submit"], .woocommerce-page .place-order input[type="submit"], .shopcartmenu .shopcart .btn, .woocommerce button.button, .post-password-form input, .woocommerce-account input.button {
  display: inline-block;
  color: #fff;
  overflow: hidden !important;
  background: #69bd43;
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 24px;
  border: 1px solid #69bd43;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  body.woocommerce #respond input#submit:hover, .woocommerce.single-product form.cart .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .action-cart .button:hover, .woocommerce-page .calculated_shipping .button:hover, form.login .button:hover, .woocommerce-page .return-to-shop .button:hover, .checkout_coupon input[type="submit"]:hover, .woocommerce-page .place-order input[type="submit"]:hover, .shopcartmenu .shopcart .btn:hover, .woocommerce button.button:hover, .post-password-form input:hover, .woocommerce-account input.button:hover, body.woocommerce #respond input#submit:active, .woocommerce.single-product form.cart .button:active, .woocommerce .woocommerce-message .button:active, .woocommerce-page .action-cart .button:active, .woocommerce-page .calculated_shipping .button:active, form.login .button:active, .woocommerce-page .return-to-shop .button:active, .checkout_coupon input[type="submit"]:active, .woocommerce-page .place-order input[type="submit"]:active, .shopcartmenu .shopcart .btn:active, .woocommerce button.button:active, .post-password-form input:active, .woocommerce-account input.button:active, body.woocommerce #respond input#submit:focus, .woocommerce.single-product form.cart .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce-page .action-cart .button:focus, .woocommerce-page .calculated_shipping .button:focus, form.login .button:focus, .woocommerce-page .return-to-shop .button:focus, .checkout_coupon input[type="submit"]:focus, .woocommerce-page .place-order input[type="submit"]:focus, .shopcartmenu .shopcart .btn:focus, .woocommerce button.button:focus, .post-password-form input:focus, .woocommerce-account input.button:focus {
    box-shadow: none;
    color: #fff;
    background: rgba(105, 189, 67, 0.8);
    border: 1px solid #69bd43;
    outline: none; }

@media screen and (min-width: 768px) {
  .is-sidebar-left > div {
    float: right; } }

.ogf-blog-loop {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  .ogf-blog-loop .entry-content p:last-child {
    margin-bottom: 0; }
  .ogf-blog-loop .entry-footer.readmore {
    margin-top: 18px; }

.entry-thumbnail, .entry-gallery, .entry-quote, .entry-audio, .entry-video {
  margin-bottom: 20px; }

.format-video iframe {
  width: 100%; }

.entry-header {
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
  .entry-header {
    padding-right: 140px; } }
  .entry-header .post-format {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #69bd43; }
  @media screen and (max-width: 767px) {
    .entry-header .post-format {
      display: none; } }
  @media screen and (min-width: 768px) {
    .entry-header .post-format + .entry-meta, .entry-header .post-format + .entry-meta + .entry-title {
      margin-left: 52px; } }
  .entry-header .entry-meta {
    margin-bottom: 5px; }
  .entry-header .entry-meta ul {
    list-style: none;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0; }
  .entry-header .entry-meta ul li {
    display: inline-block;
    margin-right: 23px;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
        .entry-header .entry-meta ul li {
          font-size: 12px;
          margin-right: 15px; } }
  .entry-header .entry-meta ul li:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
        .entry-header .entry-meta ul li.detail-date {
          position: absolute;
          top: 0;
          right: 0;
          color: #fff;
          border-radius: 5px;
          padding: 12px 10px;
          background: #69bd43;
          -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
          .entry-header .entry-meta ul li.detail-date a, .entry-header .entry-meta ul li.detail-date i {
            color: #fff; } }
  @media screen and (max-width: 767px) {
        .entry-header .entry-meta ul li.detail-date:hover {
          background-color: transparent !important; } }
  .entry-header .entry-meta i {
    margin-right: 8px;
    font-size: 14px;
    color: #69bd43; }
  @media screen and (max-width: 767px) {
      .entry-header .entry-meta i {
        font-size: 12px; } }
  .entry-header .entry-meta a {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px; }
  @media screen and (max-width: 767px) {
      .entry-header .entry-meta a {
        text-transform: capitalize; } }
  .entry-header .entry-meta a:hover {
    color: #549835; }
  .entry-header .entry-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    word-break: break-word; }
  @media screen and (max-width: 767px) {
    .entry-header .entry-title {
      font-size: 18px; } }

footer.entry-meta {
  margin-top: 30px; }

.tag-sticky-2:not(.sticky) .entry-header .post-format span.pe-7s-pin:before {
  content: "\e62c"; }

.pagination {
  margin-top: 0;
  margin-bottom: 33px;
  padding-bottom: 0; }
  .pagination .page-numbers {
    background-color: #eee;
    color: #444;
    width: 42px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    padding: 2px 12px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: inline;
    width: auto; }
  .pagination .page-numbers.prev i, .pagination .page-numbers.next i {
    font-size: 16px; }
  .pagination .page-numbers.current, .pagination .page-numbers:hover {
    background-color: #69bd43;
    color: #fff; }
  .pagination .page-numbers:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .pagination .page-numbers:last-child {
    margin-right: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }

.post-navigation {
  margin: 20px 0;
  /* single */ }
  .post-navigation a {
    font-size: 14px; }
  .post-navigation .post-prev {
    float: left; }
  .post-navigation .post-prev i {
    margin-right: 5px; }
  .post-navigation .post-next {
    float: right; }
  .post-navigation .post-next i {
    margin-left: 5px; }

.tag-links .tag-label {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-right: 3px;
  color: #69bd43; }
  .tag-links a {
    color: #666;
    padding: 3px 14px;
    border: 1px solid #666;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px; }
  .tag-links a:hover {
    color: #549835;
    border-color: #69bd43; }

.post-password-form label {
  display: block;
  margin-bottom: 10px; }

.carousel .carousel-control {
  top: 50%;
  margin-top: -21px;
  background: none;
  height: 42px;
  text-shadow: none;
  color: #fff;
  background: transparent;
  line-height: 1;
  box-shadow: none;
  width: 42px;
  padding: 12px 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  /* BOX SHADOW */ }
  .carousel .carousel-control.left {
    text-align: right; }
  .carousel .carousel-control.right {
    text-align: left; }
  .carousel .carousel-control .gallery-arrow-left, .carousel .carousel-control .gallery-arrow-right {
    width: 24px;
    height: 17px;
    display: inline-block;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .carousel .carousel-control .gallery-arrow-left {
    background: url('../images/gallery-arrow-left.png') no-repeat 0 100%;
    margin-right: 0; }
  .carousel .carousel-control .gallery-arrow-right {
    background: url('../images/gallery-arrow-right.png') no-repeat 0 100%;
    margin-left: 0; }
  .carousel .carousel-control:hover .gallery-arrow-left {
    margin-right: 10px; }
  .carousel .carousel-control:hover .gallery-arrow-right {
    margin-left: 10px; }

.error404 .site-content {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  background-image: url(../images/404.png) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important; }
  .error404 .wrap-404 {
    display: table-cell;
    vertical-align: middle; }

.error-404 {
  /* portfolio */ }
  .error-404 .icon-404 i {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px; }
  .error-404 .error-code {
    font-weight: bold;
    font-size: 96px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0; }
  .error-404 .error-message {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px; }

.single-portfolio {
  /* comming soon */ }
  .single-portfolio .port-title h2 {
    text-align: center;
    margin: 20px 0; }
  .single-portfolio .pdetail {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px; }
  .single-portfolio .pdetail li {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    margin-bottom: 5px; }

.coming-soon {
  background-color: #69bd43;
  background-image: url(../images/404.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857;
  /* single-recipe */ }
  .coming-soon .comingsoon-title {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .coming-soon .comingsoon-content {
    font-size: 28px;
    font-weight: 300; }
  .coming-soon .social-indiv-inner {
    margin: 15px 0; }
  .coming-soon .social-indiv-inner li {
    display: inline-block;
    margin: 0 17px; }
  @media screen and (max-width: 478px) {
      .coming-soon .social-indiv-inner li {
        margin: 0 10px; } }
  .coming-soon .social-indiv-inner li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px; }
  .coming-soon .social-indiv-inner li a:hover {
    color: #fff; }

.single-recipe .recipe-title h2 {
  font-size: 24px;
  margin-bottom: 20px; }
  .single-recipe .recipe-gallery {
    margin-bottom: 10px; }
  .single-recipe .recipe-entry-meta {
    margin-bottom: 20px; }
  .single-recipe .wg-title:after {
    background: #69bd43; }
  .single-recipe ul {
    padding-left: 0; }
  .single-recipe .preparation {
    margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
  .single-recipe .ing-nut > div {
    margin-bottom: 30px; } }

.comments-area {
  overflow: hidden; }
  .comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #69bd43;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 30px; }
  .comments-area .comment-reply-title {
    margin-top: 30px; }
  .comments-area ol.comment-list, .comments-area ol.children {
    list-style: none;
    padding-left: 0; }
  .comments-area ol.comment-list li.comment, .comments-area ol.children li.comment {
    background-color: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .comments-area ol.comment-list li.comment .comment-author-image, .comments-area ol.children li.comment .comment-author-image {
    float: left;
    width: 100px; }
  @media screen and (max-width: 767px) {
        .comments-area ol.comment-list li.comment .comment-author-image, .comments-area ol.children li.comment .comment-author-image {
          width: 70px; } }
  .comments-area ol.comment-list li.comment .comment-body, .comments-area ol.children li.comment .comment-body {
    padding-bottom: 36px;
    padding-top: 35px;
    position: relative;
    display: flex; }
  .comments-area ol.comment-list li.comment .comment-body:after, .comments-area ol.children li.comment .comment-body:after {
    content: "";
    width: 3000px;
    margin-left: -1000px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0; }
  .comments-area ol.comment-list li.comment .comment-main, .comments-area ol.children li.comment .comment-main {
    float: left;
    width: calc(100% - 100px);
    padding-left: 30px; }
  @media screen and (max-width: 767px) {
        .comments-area ol.comment-list li.comment .comment-main, .comments-area ol.children li.comment .comment-main {
          width: calc(100% - 70px);
          padding-left: 15px; } }
  .comments-area ol.comment-list li.comment .comment-main .comment-meta, .comments-area ol.children li.comment .comment-main .comment-meta {
    position: relative; }
  .comments-area ol.comment-list li.comment .comment-main .comment-author, .comments-area ol.children li.comment .comment-main .comment-author {
    margin-top: -2px;
    margin-bottom: 0;
    text-transform: capitalize; }
  .comments-area ol.comment-list li.comment .comment-main .comment-reply, .comments-area ol.children li.comment .comment-main .comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 13px; }
    .comments-area ol.comment-list li.comment .comment-main .comment-reply a, .comments-area ol.children li.comment .comment-main .comment-reply a {
      font-size: 11.58px;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #69bd43; }
      .comments-area ol.comment-list li.comment .comment-main .comment-reply a:before, .comments-area ol.children li.comment .comment-main .comment-reply a:before {
        content: "";
        width: 4px;
        height: 1px;
        background-color: #549835;
        margin-right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: -13px;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
      .comments-area ol.comment-list li.comment .comment-main .comment-reply a:after, .comments-area ol.children li.comment .comment-main .comment-reply a:after {
        content: "";
        width: 4px;
        height: 1px;
        background-color: #549835;
        margin-left: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 3px;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
      .comments-area ol.comment-list li.comment .comment-main .comment-reply a:hover, .comments-area ol.children li.comment .comment-main .comment-reply a:hover {
        color: #549835; }
        .comments-area ol.comment-list li.comment .comment-main .comment-reply a:hover:before, .comments-area ol.children li.comment .comment-main .comment-reply a:hover:before, .comments-area ol.comment-list li.comment .comment-main .comment-reply a:hover:after, .comments-area ol.children li.comment .comment-main .comment-reply a:hover:after {
          background-color: #549835; }
  .comments-area ol.comment-list li.comment .comment-main .comment-date, .comments-area ol.children li.comment .comment-main .comment-date {
    font-weight: 400;
    font-style: italic;
    color: #777;
    margin-bottom: 20px;
    text-transform: capitalize; }
  .comments-area ol.comment-list li.comment .comment-main .comment-content, .comments-area ol.children li.comment .comment-main .comment-content {
    margin-top: 4px; }
    .comments-area ol.comment-list li.comment .comment-main .comment-content p, .comments-area ol.children li.comment .comment-main .comment-content p {
      margin-bottom: 0; }
      .comments-area ol.comment-list li.comment .comment-main .comment-content p a, .comments-area ol.children li.comment .comment-main .comment-content p a {
        color: #000; }
        .comments-area ol.comment-list li.comment .comment-main .comment-content p a:hover, .comments-area ol.children li.comment .comment-main .comment-content p a:hover {
          color: #549835; }
  .comments-area ol.comment-list li.comment p.form-submit, .comments-area ol.children li.comment p.form-submit {
    margin-bottom: 30px; }
  .comments-area ol.comment-list > li.comment:first-child > .comment-body {
    padding-top: 0; }
  .comments-area ol.children {
    padding-left: 50px; }
  @media screen and (max-width: 767px) {
    .comments-area ol.children {
      padding-left: 30px; } }
  @media screen and (max-width: 479px) {
    .comments-area ol.children {
      padding-left: 0; } }
  @media screen and (min-width: 992px) {
    .comments-area .comment-form .col-md-6:first-child {
      padding-right: 5px; }

    .comments-area .comment-form .col-md-6:last-child {
      padding-left: 5px; } }
  .comments-area .comment-form p.logged-in-as {
    margin-bottom: 10px; }
  .comments-area .comment-form p.form-submit {
    margin-bottom: 0; }
  .comments-area .comment-form textarea {
    height: 182px; }
  .comments-area .comment-form input[type="submit"] {
    margin-top: 10px;
    padding: 8px 15px;
    line-height: 24px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .comments-area .comment-form ::-webkit-input-placeholder {
    color: #aaa; }
  .comments-area .comment-form ::-moz-placeholder {
    color: #aaa; }
  .comments-area .comment-form :-ms-input-placeholder {
    color: #aaa; }
  .comments-area .comment-form input:-moz-placeholder {
    color: #aaa; }

.commentlist .bypostauthor {
  background: #e7f8fb; }

.commentlist li ul.children li.bypostauthor {
  background: #e7f8fb; }

.port-comment .comments-area ol.children {
  padding-left: 0; }
  .port-comment .comments-area ol.comment-list li.comment .comment-main .comment-reply a, .port-comment .comments-area ol.children li.comment .comment-main .comment-reply a {
    display: none; }

.cms-grid .ogf-blog-loop .entry-header {
  padding-right: 0; }
  .cms-grid .ogf-blog-loop .entry-header .post-format {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 4px; }
  .cms-grid .ogf-blog-loop .entry-header .entry-meta ul {
    line-height: 16px; }
    .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li {
      margin-right: 12px; }
      .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li a {
        text-transform: capitalize; }
      .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li.detail-date {
        position: relative;
        color: #666;
        border-radius: 0;
        padding: 0;
        background: transparent; }
        .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li.detail-date i {
          color: #69bd43; }
        .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li.detail-date a {
          color: #666; }
          .cms-grid .ogf-blog-loop .entry-header .entry-meta ul li.detail-date a:hover {
            color: #549835; }
  .cms-grid .ogf-blog-loop .entry-header .entry-title {
    font-size: 20px;
    line-height: 24px; }
  .cms-grid .ogf-blog-loop .post-thumbnail img {
    width: 100%; }
  .cms-grid .ogf-blog-loop blockquote, .cms-grid .ogf-blog-loop .blockquote-pc, .cms-grid .ogf-blog-loop .blockquote-pc2 {
    font-size: 16px;
    line-height: 26px;
    padding: 20px; }

.blog-list {
  /* vc custom heading */ }
  @media screen and (min-width: 992px) {
  .blog-list .entry-thumbnail, .blog-list .entry-gallery, .blog-list .entry-quote, .blog-list .entry-audio, .blog-list .entry-video {
    margin-bottom: 0; } }

.vc_custom_heading {
  line-height: 1;
  /* vc raw html */ }
  .vc_custom_heading.border-bottom:after {
    content: "";
    background: #69bd43;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    z-index: 1;
    margin-top: 20px;
    border-radius: 5px; }
  .vc_custom_heading.text-right:after {
    margin-left: auto; }
  .vc_custom_heading.text-center:after {
    margin-left: auto;
    margin-right: auto; }

.contact-position {
  /* vc call to action */ }
  .contact-position i {
    margin-right: 10px; }

.vc_cta3-container {
  margin-bottom: 0 !important; }

.vc_general.vc_cta3 {
  font-size: 0;
  line-height: 1;
  /* progress bar */ }
  .vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
    border: 0 !important; }
  .vc_general.vc_cta3.vc_cta3-align-center {
    text-align: center; }
  .vc_general.vc_cta3.vc_cta3-align-center .vc_cta3_content-container {
    display: inline-block; }
  .vc_general.vc_cta3 .vc_cta3_content-container {
    line-height: 24px;
    font-size: 14px; }
  .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content {
    vertical-align: middle;
    padding-right: 15px !important; }
  .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: normal; }
  .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions {
      margin-top: 20px; } }

.vc_progress_bar.wpb_content_element .vc_label {
  font-size: 18px;
  letter-spacing: 0; }

.vc_progress_bar.wpb_content_element.default .vc_label {
  font-size: 14px; }

.vc_progress_bar.wpb_content_element .vc_single_bar {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06); }

.vc_progress_bar.wpb_content_element.style1.small .vc_single_bar {
  height: 6px;
  margin: 15px 0; }

.vc_progress_bar.wpb_content_element.style1.medium .vc_single_bar {
  height: 12px;
  margin: 15px 0;
  border-radius: 6px; }
  .vc_progress_bar.wpb_content_element.style1.medium .vc_single_bar .vc_bar {
    border-radius: 6px; }

.vc_progress_bar.wpb_content_element.style1.large .vc_single_bar {
  height: 24px;
  margin: 15px 0; }

.vc_progress_bar.wpb_content_element.style1 .vc_label .vc_label_units {
  background: none repeat scroll 0 0 #69bd43;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 5px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: none;
  vertical-align: middle;
  /* cms team */ }

.cms-team {
  /* cms client */ }
  .cms-team .avatar {
    position: relative;
    overflow: hidden; }
  .cms-team .avatar img {
    width: 100%;
    border-radius: 5px; }
  .cms-team .avatar .social-icons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    padding: 20px;
    color: #fff;
    background: rgba(105, 189, 67, 0.8);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .cms-team .avatar .social-icons ul {
    list-style: none;
    padding-left: 0; }
  .cms-team .avatar .social-icons ul li {
    display: block;
    margin-bottom: 10px; }
    .cms-team .avatar .social-icons ul li a {
      box-sizing: border-box;
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 18px;
      text-align: center;
      color: inherit;
      background: transparent;
      border-radius: 5px;
      border: 1px solid #fff;
      text-shadow: none; }
      .cms-team .avatar .social-icons ul li a:hover {
        color: #fff;
        background: #69bd43;
        border-color: #69bd43; }
  .cms-team .avatar:hover .social-icons {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cms-team h3 a {
    color: #444; }
  .cms-team h3 a:hover {
    color: #549835; }
  .cms-team.layout1 .social-icons ul {
    list-style: none;
    padding-left: 0; }
  .cms-team.layout1 .social-icons ul li {
    display: inline-block; }
    .cms-team.layout1 .social-icons ul li a {
      box-sizing: border-box;
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 18px;
      text-align: center;
      color: inherit;
      background: transparent;
      border-radius: 5px;
      border: 1px solid #fff;
      text-shadow: none; }
      .cms-team.layout1 .social-icons ul li a:hover {
        color: #fff;
        background: #69bd43;
        border-color: #69bd43; }
  @media screen and (min-width: 768px) {
    .cms-team.layout1.image-right .row > div {
      float: right; } }
  @media screen and (max-width: 767px) {
    .cms-team.layout1 .team-detail .name {
      margin-top: 20px; } }

.cms-client {
  /* cms fancyboxes single */ }
  @media screen and (min-width: 768px) {
  .cms-client .cms-client-item {
    border-right: 1px solid #ddd; }
  .cms-client .cms-client-item.col-lg-4:nth-child(3n) {
    border-right: 0; }
  .cms-client.is_dark .cms-client-item {
    border-color: rgba(255, 255, 255, 0.1); } }

.fancyboxe-single {
  /* cms pricing */ }
  .fancyboxe-single .fancy-style1 {
    padding: 0 10px;
    position: relative; }
  .fancyboxe-single .fancy-style1 .fancy-icon-bg {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 15px 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #69bd43;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .fancyboxe-single .fancy-style1 .fancy-icon-bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #69bd43;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .fancyboxe-single .fancy-style1 .fancy-icon-bg i {
    font-size: 48px;
    line-height: 90px; }
  .fancyboxe-single .fancy-style1:hover .fancy-icon-bg {
    background: #549835;
    color: #fff; }
  .fancyboxe-single .fancy-style1:hover .fancy-icon-bg:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .fancyboxe-single .fancy-style1 h4 a {
    color: #444; }
  .fancyboxe-single .fancy-style1 h4 a:hover {
    color: #549835; }
  .fancyboxe-single .fancy-style1 p {
    line-height: 20px; }
  .fancyboxe-single .fancy-style1.horizontal {
    padding: 0; }
  .fancyboxe-single .fancy-style1.horizontal .fancy-icon {
    float: left;
    padding-left: 35px; }
  .fancyboxe-single .fancy-style1.horizontal .fancy-icon .fancy-icon-bg {
    margin: 5px 0 15px 0; }
  .fancyboxe-single .fancy-style1.horizontal .fancy-content {
    margin-left: 180px; }
  @media screen and (max-width: 1199px) {
        .fancyboxe-single .fancy-style1.horizontal .fancy-content {
          margin-left: 165px; } }
  @media screen and (max-width: 767px) {
      .fancyboxe-single .fancy-style1.horizontal .fancy-icon {
        padding-left: 0; }
      .fancyboxe-single .fancy-style1.horizontal .fancy-content {
        margin-left: 115px; } }
  @media screen and (min-width: 1200px) {
    .fancyboxe-single .fancy-style2 {
      padding: 0 15px; } }
  .fancyboxe-single .fancy-style2 .number {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 0;
    border-radius: 50%;
    background: #69bd43;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-right: 10px; }
  .fancyboxe-single .fancy-style2 p {
    margin-bottom: 0; }
  .fancyboxe-single .fancy-style3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px; }
  .fancyboxe-single .fancy-style3 > img {
    border-radius: 5px;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .fancyboxe-single .fancy-style3 .fancy-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(105, 189, 67, 0.8); }
  @media screen and (max-width: 991px) {
      .fancyboxe-single .fancy-style3 .fancy-content {
        padding: 10px; } }
  .fancyboxe-single .fancy-style3 .fancy-content .fancy-title {
    color: #fff;
    font-family: Abril Fatface, sans-serif;
    font-size: 24px; }
  @media screen and (max-width: 991px) {
        .fancyboxe-single .fancy-style3 .fancy-content .fancy-title {
          font-size: 18px; } }
  .fancyboxe-single .fancy-style3 .fancy-content .fancy-description p {
    margin-bottom: 0; }
  .fancyboxe-single .fancy-style3:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .fancyboxe-single .fancy-style4 .fancy-icon i {
    font-size: 200%;
    color: #69bd43;
    vertical-align: -16%; }
  @media screen and (min-width: 1200px) {
    .fancyboxe-single .fancy-style5 {
      padding: 0 15px; } }
  .fancyboxe-single .fancy-style5 .icon-title {
    overflow: hidden;
    margin-bottom: 10px; }
  .fancyboxe-single .fancy-style5 .fancy-icon {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    padding-top: 4px;
    background: #69bd43;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    float: left; }
  .fancyboxe-single .fancy-style5 .fancy-icon i {
    color: #fff;
    font-size: 24px; }
  .fancyboxe-single .fancy-style5 .fancy-title {
    margin-top: 13px; }
  .fancyboxe-single .fancy-style5.text-right .fancy-icon {
    margin-right: 0;
    margin-left: 10px;
    float: right; }
  @media screen and (max-width: 767px) {
      .fancyboxe-single .fancy-style5.text-right {
        text-align: left; }
        .fancyboxe-single .fancy-style5.text-right .fancy-icon {
          margin-right: 10px;
          margin-left: 0;
          float: left; } }

.cms-pricing {
  /* vc_tta-accordion */ }
  .cms-pricing p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 15px; }
  .cms-pricing .price-icon {
    margin-bottom: 20px; }
  .cms-pricing .price-icon i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 36px;
    vertical-align: -16%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .cms-pricing h4 {
    font-weight: 900; }
  .cms-pricing h4 a {
    color: #444; }
  .cms-pricing .sub-title {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    margin-top: -10px; }
  .cms-pricing .price {
    color: #444;
    font-size: 36px;
    font-weight: 900;
    padding: 0px;
    margin: 30px 15px;
    display: inline-block;
    position: relative; }
  .cms-pricing .price .currency {
    font-size: 0.5em;
    vertical-align: super; }
  .cms-pricing .btn {
    margin-top: 38px;
    padding: 10px 25px;
    line-height: 25px; }
  .cms-pricing:hover .price-icon i {
    color: #69bd43; }
  .cms-pricing:hover h4 a {
    color: #69bd43; }
  .cms-pricing:hover .price {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

body .vc_tta-container {
  margin-bottom: 0; }

.vc_tta-accordion {
  /* cms grid */ }
  .vc_tta-accordion .vc_tta-panel-heading {
    padding: 0;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: background 0.3s linear 0s !important;
    transition: background 0.3s linear 0s !important; }
  .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 15px 20px !important;
    line-height: 23px;
    -webkit-transition: background 0.3s linear 0s !important;
    transition: background 0.3s linear 0s !important; }
  .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a:hover, .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a:focus, .vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a:active {
    color: #fff !important;
    box-shadow: none; }
  .vc_tta-accordion .vc_tta-panel-heading:hover, .vc_tta-accordion .vc_tta-panel-heading:focus, .vc_tta-accordion .vc_tta-panel-heading:active {
    background: #69bd43; }
  .vc_tta-accordion .vc_tta-panel-heading:hover .vc_tta-panel-title a, .vc_tta-accordion .vc_tta-panel-heading:focus .vc_tta-panel-title a, .vc_tta-accordion .vc_tta-panel-heading:active .vc_tta-panel-title a {
    color: #fff; }
  .vc_tta-accordion .vc_active .vc_tta-panel-heading {
    background: #69bd43; }
  .vc_tta-accordion .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff !important; }
  .vc_tta-accordion .vc_tta-panel-body {
    padding: 15px 15px 25px 15px !important;
    border: 0 !important; }

.cms-grid-wraper {
  /* cms-grid-portfolio */ }
  .cms-grid-wraper .cms-grid-filter ul {
    margin-bottom: 15px; }
  .cms-grid-wraper .cms-grid-filter ul li {
    margin-bottom: 5px;
    padding: 0 15px; }
  .cms-grid-wraper .cms-grid-filter ul li a {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.02em;
    color: #444; }
    .cms-grid-wraper .cms-grid-filter ul li a:after {
      background-color: #69bd43;
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
    .cms-grid-wraper .cms-grid-filter ul li a:hover, .cms-grid-wraper .cms-grid-filter ul li a.active {
      color: #69bd43; }
      .cms-grid-wraper .cms-grid-filter ul li a:hover:after, .cms-grid-wraper .cms-grid-filter ul li a.active:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.cms-grid-portfolio {
  /* cms gallery */ }
  .cms-grid-portfolio .cms-grid-filter {
    text-align: center; }
  .cms-grid-portfolio .cms-grid-item {
    margin-bottom: 30px; }
  .cms-grid-portfolio.layout-default .port-item-wrap {
    border: 1px solid rgba(68, 68, 68, 0.3);
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-grid-portfolio.layout-default .port-item-wrap:hover {
    border: 1px solid #69bd43; }
  .cms-grid-portfolio .port-item-wrap:hover .cms-grid-media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .cms-grid-portfolio .port-item-wrap:hover .cms-grid-media .icons-list a {
    opacity: 1;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .cms-grid-portfolio .port-item-wrap:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; }
  .cms-grid-portfolio .cms-grid-media {
    position: relative;
    overflow: hidden; }
  .cms-grid-portfolio .cms-grid-media img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-grid-portfolio .cms-grid-media .icons-list {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -48px; }
  .cms-grid-portfolio .cms-grid-media .icons-list a {
    background-color: #69bd43;
    color: #fff;
    margin: 0;
    font-size: 18px;
    height: 56px;
    width: 56px;
    display: block;
    float: left;
    text-align: center;
    line-height: 54px;
    opacity: 0;
    border-radius: 50%; }
  .cms-grid-portfolio .cms-grid-media .icons-list a:hover {
    background: #fff;
    color: #444; }
  .cms-grid-portfolio .cms-grid-media .icons-list .gallery-popup-wrap {
    display: inline-block; }
  .cms-grid-portfolio .port-item-inner {
    text-align: center; }
  .cms-grid-portfolio .port-item-inner .cms-grid-title {
    padding: 15px 0;
    margin-top: 0;
    background: #69bd43; }
  .cms-grid-portfolio .port-item-inner .cms-grid-title a {
    color: #fff; }
  .cms-grid-portfolio .port-item-inner .short-desc {
    margin-top: 5px;
    margin-bottom: 15px; }
  .cms-grid-portfolio .port-item-inner .cms-grid-categories {
    margin-bottom: -12px; }
  .cms-grid-portfolio .port-item-inner .cms-grid-categories .cat-inner {
    display: inline-block;
    background: #fff; }
  .cms-grid-portfolio .port-item-inner .cms-grid-categories a {
    color: #fff;
    font-size: 90%;
    background: #69bd43;
    padding: 5px;
    margin-right: 5px; }
  .cms-grid-portfolio .port-item-inner .cms-grid-categories a:last-child {
    margin-right: 0; }
  .cms-grid-portfolio.no-padding .row {
    margin-left: 0;
    margin-right: 0; }
  .cms-grid-portfolio.no-padding .row > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .cms-grid-portfolio.layout-1 .entry-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-grid-portfolio.layout-1 .entry-content a {
    color: #fff; }
  .cms-grid-portfolio.layout-1 .entry-content a:hover {
    color: #69bd43; }
  .cms-grid-portfolio.layout-1 .cms-grid-categories {
    padding: 15px 20px;
    background: #69bd43;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-grid-portfolio.layout-1 .cms-grid-categories a {
    color: #fff;
    padding: 5px; }
  .cms-grid-portfolio.layout-1 .port-item-wrap:hover .entry-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cms-grid-portfolio.layout-1 .port-item-wrap:hover .cms-grid-categories {
    opacity: 1;
    visibility: visible; }
  .cms-grid-portfolio .paging-navigation {
    text-align: center;
    margin-top: 30px; }

.cms-gallerys {
  /* cms colored box */ }
  .cms-gallerys.layout-default .cms-gallery-item {
    margin-bottom: 30px; }
  .cms-gallerys.layout-default .gallery-outer {
    position: relative;
    overflow: hidden; }
  .cms-gallerys.layout-default .gallery-outer img {
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .cms-gallerys.layout-default .gallery-outer .content-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .cms-gallerys.layout-default .gallery-outer .content-info i {
    font-size: 16px;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-gallerys.layout-default .gallery-outer .content-info a {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity 0.85s, transform 0.85s;
    transition: opacity 0.85s, transform 0.85s; }
    .cms-gallerys.layout-default .gallery-outer .content-info a:hover i {
      background: #69bd43;
      border-color: #69bd43; }
  .cms-gallerys.layout-default .gallery-outer .content-info .gallery-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.65s, transform 0.65s;
    transition: opacity 0.65s, transform 0.65s; }
  .cms-gallerys.layout-default .gallery-outer .content-info .gallery-date {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    color: #eee;
    margin-top: 5px;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }
  .cms-gallerys.layout-default .gallery-outer:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cms-gallerys.layout-default .gallery-outer:hover a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cms-gallerys.layout-default .gallery-outer:hover .gallery-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cms-gallerys.layout-default .gallery-outer:hover .gallery-date {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cms-gallerys.layout-default .gallery-outer:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.7); }
  .cms-gallerys.layout-nopading .cms-gallery-item {
    padding: 0 !important; }
  .cms-gallerys.layout-nopading .gallery-outer {
    position: relative;
    overflow: hidden; }
  .cms-gallerys.layout-nopading .gallery-outer img {
    display: block;
    width: 100%; }
  .cms-gallerys.layout-nopading .gallery-inner {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }
  .cms-gallerys.layout-nopading .content-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .cms-gallerys.layout-nopading .content-info i {
    font-size: 16px;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-gallerys.layout-nopading .content-info a {
    display: inline-block; }
  .cms-gallerys.layout-nopading .content-info a:hover i {
    background: #69bd43;
    border-color: #69bd43; }
  .cms-gallerys.layout-nopading .content-info .gallery-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .cms-gallerys.layout-nopading .content-info .gallery-date {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 5px;
    color: #eee;
    text-transform: uppercase; }
  .cms-colored-box {
    margin-left: 0;
    margin-right: 0;
    /* 5.18 - social-indiv-wrap */ }
  .cms-colored-box > div {
    padding-left: 0;
    padding-right: 0;
    z-index: 1; }
  .cms-colored-box > div:first-child .box-item {
    border-radius: 5px 0 0 5px; }
  .cms-colored-box > div:last-child .box-item {
    border-radius: 0 5px 5px 0; }
  .cms-colored-box > div:hover {
    z-index: 2; }
  @media screen and (max-width: 991px) {
    .cms-colored-box > div .box-item {
      border-radius: 0 !important; } }
  .cms-colored-box .box-item {
    color: #fff;
    background: #69bd43;
    background-image: url(../../images/color1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 35px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cms-colored-box .box-item h4 {
    color: inherit; }
  .cms-colored-box .box-item .readmore {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: transparent;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px; }
  .cms-colored-box .box-item .readmore:hover {
    background: #69bd43;
    border-color: #69bd43; }
  .cms-colored-box .box-item:hover {
    color: #fff;
    background: #444 !important;
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.social-indiv-wrap {
  /* cms-countdown-time */ }
  .social-indiv-wrap ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
  .social-indiv-wrap ul li {
    display: inline-block; }
  .cms-countdown-time {
    /* cms-grid-recipe */ }
  .cms-countdown-time > div > div {
    margin-bottom: 30px; }
  .cms-countdown-time .countdown-item-container {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cms-countdown-time .countdown-amount {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    font-size: 50px;
    font-weight: bold;
    padding: 24px 20px; }
  .cms-countdown-time .countdown-period {
    margin-top: 10px;
    font-size: 18px;
    display: block; }

.cms-grid-recipe .entry-title {
  font-size: 24px; }
  .cms-grid-recipe .entry-thumbnail {
    margin-bottom: 10px; }

.recipe-entry-meta {
  color: #444;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  /* wpb_single_image */ }
  .recipe-entry-meta p {
    margin-bottom: 0; }
  .recipe-entry-meta i {
    margin-right: 8px;
    font-size: 150%;
    vertical-align: -10%; }
  @media screen and (min-width: 992px) {
  .recipe-entry-meta .row > div + div {
    border-left: 1px solid #ddd; } }

.wpb_single_image {
  /* cms carousel */ }
  .wpb_single_image img.fade-me {
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s; }
  .wpb_single_image img.fade-me:hover {
    opacity: 0.7; }

.cms-carousel .cms-carousel-title a {
  font-size: 18px;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px; }

.blog-carousel {
  display: none;
  /* cms-recipe */ }
  .blog-carousel .entry-thumbnail img {
    border-radius: 5px; }
  .blog-carousel .entry-date {
    float: left;
    color: #fff;
    background: #69bd43;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    border-radius: 5px;
    border: 1px solid #69bd43;
    text-align: center; }
  .blog-carousel .entry-date .year {
    font-weight: 900;
    letter-spacing: 3px;
    color: #fff;
    display: block; }
  .blog-carousel .entry-title {
    font-family: Abril Fatface, sans-serif;
    font-size: 24px; }
  @media screen and (max-width: 1199px) {
    .blog-carousel .entry-title {
      font-size: 20px; } }
  @media screen and (max-width: 991px) {
    .blog-carousel .entry-title {
      font-size: 18px; } }

.cms-recipe {
  color: #444;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  /* cms-counter-single */ }
  .cms-recipe ul {
    padding-left: 0;
    list-style: none;
    width: 100%; }
  .cms-recipe ul li {
    display: inline-block;
    text-align: center; }
  .cms-recipe ul li i {
    font-size: 150%;
    vertical-align: -2px;
    margin-right: 8px; }
  .cms-recipe ul li + li {
    border-left: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
      .cms-recipe ul li {
        width: 100% !important;
        border: 0 !important;
        text-align: left;
        margin-bottom: 10px; } }

.cms-counter-single {
  margin-bottom: 30px;
  /* vc_tta tabs */ }
  .cms-counter-single .cms-icon i {
    font-size: 250%;
    vertical-align: -22%; }
  .cms-counter-single .cms-counter {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal; }

.vc_tta.vc_tta-tabs {
  /* wpb_text_column */ }
  @media screen and (max-width: 767px) {
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
      display: block !important; } }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    text-align: center;
    margin-bottom: 40px !important;
    list-style: none;
    padding-left: 0; }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin: 0 !important;
    margin-right: 3px !important;
    margin-top: 10px !important; }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    border: 1px solid #69bd43 !important;
    border-radius: 5px !important;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #69bd43;
    background-color: transparent !important; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover {
      color: #fff;
      background-color: #69bd43 !important; }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before, .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after {
      content: none !important; }
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
    color: #fff;
    background-color: #69bd43 !important; }
  @media screen and (max-width: 767px) {
  .vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading {
    display: none !important; } }
  .vc_tta.vc_tta-tabs .vc_tta-panels {
    border: 0 !important; }
  .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 !important;
    border: 0 !important; }
  @media screen and (max-width: 767px) {
      .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .wpb_text_column .wpb_wrapper > * {
        text-align: left !important; } }

.wpb_text_column {
  /* cms-testimonial-carousel */ }
  .wpb_text_column h6 {
    font-family: Abril Fatface, sans-serif;
    font-size: 24px;
    font-weight: normal; }

.cms-testimonial-carousel {
  /* cms-app-logo */ }
  .cms-testimonial-carousel .testi-avatar {
    max-width: 15%;
    border-radius: 0px;
    margin: 0 auto;
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .cms-testimonial-carousel .author-name {
    font-family: Abril Fatface, sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }
  .cms-testimonial-carousel .position {
    font-style: italic;
    display: block;
    margin-top: -10px; }
  .cms-testimonial-carousel .desc {
    color: #444;
    background: transparent;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    line-height: 1.9em;
    margin: 10px 0; }
  .cms-testimonial-carousel .readon {
    font-family: Lato, sans-serif;
    font-weight: normal; }
  .cms-testimonial-carousel.layout1 .testi-etc {
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em; }
  .cms-testimonial-carousel.layout1 .desc {
    border: 1px solid #ddd; }

.cms-app-logo {
  text-align: center; }
  .cms-app-logo ul {
    padding-left: 0;
    list-style: none;
    width: 100%; }
  .cms-app-logo ul li {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
      .cms-app-logo ul li {
        width: 100% !important; } }

.footer-top {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  background: #404040;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/footer-bg-img.png);
  padding: 48px 0; }
  .footer-top > .container > .row > div > .widget:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
  .footer-top > .container > .row > div {
    margin-bottom: 30px; } }

.site-footer .wg-title {
  color: rgba(255, 255, 255, 0.6); }
  .site-footer .wg-title:after {
    background: #69bd43; }
  .site-footer ul {
    padding: 0;
    list-style: none; }
  .site-footer ul li {
    color: rgba(255, 255, 255, 0.6); }
  .site-footer ul li a {
    color: rgba(255, 255, 255, 0.6); }
  .site-footer ul li a:hover {
    color: #fff; }
  .site-footer .widget_nav_menu ul li {
    line-height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .site-footer .widget_nav_menu ul li a {
    display: block; }
    .site-footer .widget_nav_menu ul li a:before {
      font-family: FontAwesome;
      content: "\f105";
      margin-right: 8px; }
    .site-footer .widget_nav_menu ul li a:after {
      content: none; }
  .site-footer .widget {
    margin-bottom: 24px; }

.ef3-back-to-top {
  bottom: -50px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 12px;
  position: fixed;
  z-index: 9999;
  font-size: 22px;
  color: #fff;
  background-color: #69bd43;
  cursor: pointer;
  visibility: hidden;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms; }
  .ef3-back-to-top:hover {
    color: #69bd43;
    background-color: rgba(0, 0, 0, .5); }
  .ef3-back-to-top.on {
    bottom: 5px;
    visibility: visible; }

.footer-logo {
  display: inline-block;
  margin-bottom: 10px; }

.social-indiv-wrap.layout-footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px; }
  .social-indiv-wrap.layout-footer ul li {
    display: inline-block;
    margin-right: 3px; }
  .social-indiv-wrap.layout-footer ul li a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: transparent;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .social-indiv-wrap.layout-footer ul li a:hover {
    background: #69bd43;
    color: #fff; }

.footer-bottom {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  background: #353535;
  border-top: 1px solid #4f4f4f;
  padding: 20px 0; }
  .footer-bottom .widget {
    margin-bottom: 0; }
  .footer-bottom .col-lg-12 {
    text-align: center; }

.site-footer .widget_tag_cloud a {
  color: rgba(255, 255, 255, 0.6); }
  .site-footer .widget_calendar tbody td {
    color: #444; }
  .site-footer .widget_calendar table tr:last-child td {
    border-bottom: 0; }
  .site-footer .widget_calendar tfoot td {
    border: 0; }
  .site-footer .widget_nav_menu .menu-testing-menu-container ul li {
    border-bottom: 0; }

.woocommerce {
  /* 12.1 - shop general */ }
  .woocommerce .widget-area .widget .wg-title {
    margin: 0 0 15px;
    line-height: 28px;
    color: #444; }
  .woocommerce .widget_product_search form {
    position: relative; }
  .woocommerce .widget_product_search form input[type="search"] {
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .woocommerce .widget_product_search form input[type="search"]:hover, .woocommerce .widget_product_search form input[type="search"]:focus, .woocommerce .widget_product_search form input[type="search"]:active {
    border-color: #69bd43; }
    .woocommerce .widget_product_search form input[type="search"]:hover + button, .woocommerce .widget_product_search form input[type="search"]:focus + button, .woocommerce .widget_product_search form input[type="search"]:active + button {
      color: #69bd43; }
  .woocommerce .widget_product_search form button, .woocommerce .widget_product_search form button:hover, .woocommerce .widget_product_search form button:focus, .woocommerce .widget_product_search form button:active {
    border: 0;
    outline: none;
    background: transparent; }
  .woocommerce .widget_product_search form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #555;
    line-height: 22px;
    width: 40px;
    height: 34px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .woocommerce .widget_product_search form button:hover, .woocommerce .widget_product_search form button:active, .woocommerce .widget_product_search form button:focus, .woocommerce .widget_product_search form button:hover.woocommerce .widget_product_search form button:active, .woocommerce .widget_product_search form button:active.woocommerce .widget_product_search form button:focus {
    color: #69bd43 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important; }
  @media screen and (max-width: 767px) {
    .woocommerce .widget-area {
      margin-top: 30px; } }
  .woocommerce .widget-area .product-categories a {
    color: #444; }
  .woocommerce .widget-area .product-categories a:hover {
    color: #549835; }
  .woocommerce .widget-area .product-categories .count {
    float: right; }
  .woocommerce .widget-area .widget_products .wg-title {
    margin-bottom: 6px; }
  .woocommerce .widget-area .widget_products ul li {
    padding: 15px 0; }
  .woocommerce .widget-area .widget_products ul.product_list_widget li img {
    float: left;
    margin-right: 12px;
    margin-left: 0;
    width: 70px;
    height: auto;
    box-shadow: none; }
  .woocommerce .widget-area .widget_products .content-right {
    margin-left: 82px; }
  .woocommerce .widget-area .widget_products .content-right a {
    color: #444;
    line-height: 22px;
    margin-top: -2px; }
    .woocommerce .widget-area .widget_products .content-right a:hover {
      color: #549835; }
  .woocommerce .widget-area .widget_products .content-right .amount {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    color: #69bd43; }
  .woocommerce .widget-area .widget_products .content-right .star-rating {
    font-size: 11px;
    margin-top: 4px; }
    .woocommerce .widget-area .widget_products .content-right .star-rating > span {
      color: #ffca28; }
  .woocommerce .widget-area .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #69bd43; }
  .woocommerce .widget-area .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #444; }
  .woocommerce .widget-area .widget_price_filter .ui-slider-horizontal {
    height: 6px; }
  .woocommerce .widget-area .widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    background-color: #69bd43;
    top: -4px; }
  .woocommerce .widget-area .widget_price_filter .price_label {
    font-size: 14px; }
  .woocommerce .widget-area .widget_price_filter .button {
    color: #fff;
    display: inline-block;
    background-color: #69bd43;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42858;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #69bd43;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .woocommerce .widget-area .widget_price_filter .button:hover, .woocommerce .widget-area .widget_price_filter .button:active, .woocommerce .widget-area .widget_price_filter .button:focus, .woocommerce .widget-area .widget_price_filter .button:hover.woocommerce .widget-area .widget_price_filter .button:active, .woocommerce .widget-area .widget_price_filter .button:active.woocommerce .widget-area .widget_price_filter .button:focus {
    outline: none;
    background: rgba(105, 189, 67, 0.8);
    border: 1px solid #69bd43; }
  .woocommerce .widget-area .widget_product_tag_cloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 18px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #444;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #69bd43;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .woocommerce .widget-area .widget_product_tag_cloud a:hover {
    background-color: #69bd43;
    color: #fff; }

.woocommerce .shop-top .woocommerce-ordering {
  margin-bottom: 0; }
  .woocommerce .shop-top .woocommerce-result-count {
    margin-top: 14px; }
  @media screen and (max-width: 479px) {
      .woocommerce .shop-top .woocommerce-result-count {
        float: none; } }
  .woocommerce .shop-top .woocommerce-ordering {
    position: relative;
    margin-bottom: 28px; }
  @media screen and (max-width: 479px) {
      .woocommerce .shop-top .woocommerce-ordering {
        float: none; } }
  .woocommerce .shop-top .woocommerce-ordering > i {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 34px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .woocommerce .shop-top .woocommerce-ordering select {
    min-width: 230px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .woocommerce .shop-top .woocommerce-ordering select::-ms-expand {
    display: none; }
  .woocommerce .shop-top .woocommerce-ordering:hover > i, .woocommerce .shop-top .woocommerce-ordering:focus > i {
    color: #69bd43;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.woocommerce {
  /* 12.2 - shop list */ }
  .woocommerce.columns-1 .product {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }
  .woocommerce.columns-2 .product {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }
  @media screen and (max-width: 478px) {
      .woocommerce.columns-2 .product {
        width: 100%; } }
  .woocommerce.columns-3 .product {
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }
  @media screen and (max-width: 478px) {
      .woocommerce.columns-3 .product {
        width: 100%; } }
  .woocommerce.columns-4 .product {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }
  @media screen and (max-width: 991px) {
      .woocommerce.columns-4 .product {
        width: 50%; } }
  @media screen and (max-width: 478px) {
      .woocommerce.columns-4 .product {
        width: 100%; } }
  .woocommerce.columns-5 .product {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }
  @media screen and (max-width: 991px) {
      .woocommerce.columns-5 .product {
        width: 50%; } }
  @media screen and (max-width: 478px) {
      .woocommerce.columns-5 .product {
        width: 100%; } }

.shop-products-list .products {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop-products-list .products.col-sm-3:nth-child(4n+1) {
      clear: left; }

    .shop-products-list .products.col-sm-4:nth-child(3n+1) {
      clear: left; }

    .shop-products-list .products.col-sm-6:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shop-products-list .products.col-md-3:nth-child(4n+1) {
      clear: left; }

    .shop-products-list .products.col-md-4:nth-child(3n+1) {
      clear: left; }

    .shop-products-list .products.col-md-6:nth-child(2n+1) {
      clear: left; } }
  @media screen and (min-width: 1200px) {
    .shop-products-list .products.col-lg-3:nth-child(4n+1) {
      clear: left; }

    .shop-products-list .products.col-lg-4:nth-child(3n+1) {
      clear: left; }

    .shop-products-list .products.col-lg-6:nth-child(2n+1) {
      clear: left; } }
  .shop-products-list > .product, .shop-products-list .products > .product {
    overflow: hidden;
    margin-bottom: 34px !important; }
  .shop-products-list .shop-media > img {
    width: 100%; }

span.organicfood-onsale {
  position: relative;
  display: block; }
  span.organicfood-onsale > span:before {
    content: "";
    border-color: #69bd43 transparent transparent #69bd43;
    border-width: 30px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0; }
  span.organicfood-onsale span {
    min-height: 60px;
    min-width: 60px;
    line-height: 60px;
    padding: 0;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    -webkit-font-smoothing: antialiased; }
  span.organicfood-onsale span span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -11px;
    top: -12px; }

.woocommerce .shop-media {
  position: relative;
  overflow: hidden; }
  .woocommerce .shop-media img {
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .woocommerce .shop-media .icons-list {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .woocommerce .shop-media .icons-list i {
    font-size: 16px;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    margin: 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .woocommerce .shop-media .icons-list a {
    visibility: hidden;
    opacity: 0;
    display: inline-block; }
  .woocommerce .shop-media .icons-list a.icon-link {
    margin-right: 15px; }
  .woocommerce .shop-media .icons-list a.magic-popup {
    margin-left: 15px; }
  .woocommerce .shop-media .icons-list a:hover i {
    background: #fff;
    border-color: #fff;
    color: #69bd43; }
  .woocommerce .shop-media:hover .icons-list a {
    visibility: visible;
    opacity: 1; }
  .woocommerce .shop-media:hover .icons-list a.icon-link {
    margin-right: 3px; }
  .woocommerce .shop-media:hover .icons-list a.magic-popup {
    margin-left: 3px; }
  .woocommerce .shop-media:hover .bg-overlay {
    background: rgba(105, 189, 67, 0.8); }

.shop-products-list {
  /*@media screen and (min-width: 1200px){
	.has-sidebar .shop-products-list .products.col-lg-3 .product a.added_to_cart{
		float: left;
		margin-top: 10px;
	}
}*/ }
  .shop-products-list .shop-media {
    margin-bottom: 10px; }
  .shop-products-list .product h3, .shop-products-list .product .product-title a {
    font-size: 20px;
    margin-bottom: 8px;
    color: #444; }
  .shop-products-list .product h3:hover, .shop-products-list .product .product-title a:hover {
    color: #69bd43; }
  .shop-products-list .product .product-title:after {
    content: "";
    background: #69bd43;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 5px; }
  .shop-products-list .product .price {
    font-size: 16px !important;
    font-weight: 600;
    color: #69bd43 !important;
    line-height: 25.6px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: block; }
  .shop-products-list .product .price ins {
    color: #69bd43; }
  .shop-products-list .product .star-rating {
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 15px;
    float: none; }
  .shop-products-list .product .star-rating > span {
    color: #ffca28; }
  .shop-products-list .product .add-to-cart-wrap {
    position: relative; }
  .shop-products-list .product .button {
    font-size: 14px;
    padding: 8px 20px;
    color: #fff;
    background: #69bd43;
    border-radius: 5px;
    border: 1px solid #69bd43;
    line-height: 24px; }
  .shop-products-list .product .button:hover, .shop-products-list .product .button:active, .shop-products-list .product .button:focus, .shop-products-list .product .button:hover.shop-products-list .product .button:active, .shop-products-list .product .button:active.shop-products-list .product .button:focus {
    color: #444;
    background: transparent;
    border: 1px solid #444; }
  .shop-products-list .product .button.loading:after {
    top: 9px; }
  .shop-products-list .product a.added_to_cart {
    margin-left: 15px; }

.woocommerce-pagination {
  text-align: center; }
  .woocommerce-pagination ul.page-numbers {
    margin: 16px 0 0 0 !important;
    padding: 0;
    border: 0 !important; }
  .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 0 !important;
    text-align: center;
    float: left;
    border: 0 !important; }
  .woocommerce-pagination ul.page-numbers li .page-numbers {
    background-color: #eee;
    color: #444;
    width: 42px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    padding: 2px 12px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce-pagination ul.page-numbers li .page-numbers.next {
    display: inline;
    width: auto; }
    .woocommerce-pagination ul.page-numbers li .page-numbers.prev i, .woocommerce-pagination ul.page-numbers li .page-numbers.next i {
      font-size: 16px; }
  .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background-color: #69bd43;
    color: #fff; }
  .woocommerce-pagination ul.page-numbers li:first-child .page-numbers {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .woocommerce-pagination ul.page-numbers li:last-child {
    margin-right: 0; }
  .woocommerce-pagination ul.page-numbers li:last-child .page-numbers {
    margin-right: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }

.woocommerce-message {
  border-top-color: #69bd43 !important; }
  .woocommerce-message:before {
    color: #69bd43 !important; }

.single-product .woocommerce-message {
  border-top-color: #69bd43 !important; }
  .single-product .woocommerce-message:before {
    color: #69bd43 !important; }
  .single-product .shop-wrapper .shop-media img {
    width: 100%; }
  .single-product .shop-wrapper .cms-product-gallery {
    margin-top: 10px; }
  .single-product .shop-wrapper .cms-product-gallery .owl-controls {
    margin: 0; }
  .single-product .shop-wrapper .thumbnails a {
    margin-top: 10px; }
  .single-product .product-images {
    margin-bottom: 45px; }
  .single-product .shop-desc {
    margin-bottom: 45px; }
  .single-product .shop-desc h1 {
    text-transform: capitalize;
    font-weight: 800;
    line-height: 28px;
    font-size: 24px;
    margin-top: -6px !important;
    margin-bottom: 23px; }
  .single-product .shop-desc .price {
    display: block;
    font-size: 24px !important;
    font-weight: 700;
    padding: 8px 0;
    color: #69bd43 !important;
    margin-bottom: 29px; }
  .single-product .shop-desc .price ins {
    background: transparent !important;
    color: #69bd43; }
  .single-product .shop-desc .woocommerce-product-rating {
    margin-bottom: 20px !important;
    color: #ffca28 !important; }
  .single-product .shop-desc .woocommerce-product-rating .woocommerce-review-link {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-top: -10px;
    display: block;
    margin-left: 95px; }
  .single-product .shop-desc .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #549835; }
  .single-product .shop-desc .woocommerce-product-rating .star-rating {
    letter-spacing: 2px;
    width: 67px !important;
    margin: 0 !important;
    font-size: 11px; }
  .single-product .shop-desc form.cart {
    margin-bottom: 0 !important; }
  .single-product .shop-desc form.cart table.variations {
    margin-bottom: 0; }
  .single-product .shop-desc form.cart table.variations label {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666;
    margin-top: 15px; }
  .single-product .shop-desc form.cart table.variations select {
    margin-bottom: 0 !important; }
  .single-product .shop-desc form.cart .quantity {
    margin: 22px 10px 0 0 !important;
    padding: 0; }
  .single-product .shop-desc form.cart .quantity .input-text {
    width: 100px;
    height: 42px;
    margin-bottom: 0;
    border: 1px solid #ddd; }
  .single-product .shop-desc form.cart .quantity .minus, .single-product .shop-desc form.cart .quantity .plus {
    width: 30px;
    height: 42px;
    font-size: 22px;
    font-weight: 500;
    background-color: #eee;
    color: #666;
    border: 1px solid #ddd; }
  .single-product .shop-desc form.cart .quantity .minus {
    bottom: 0;
    left: 0;
    border-radius: 0 0 2px 2px; }
  .single-product .shop-desc form.cart .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd; }
  .single-product .shop-desc form.cart .button {
    margin: 22px 0; }
  .single-product .shop-desc form.cart .add_to_wishlist {
    color: #333;
    margin: 0 0 10px;
    letter-spacing: 1px;
    display: inline-block; }
  .single-product .shop-desc form.cart .add_to_wishlist:before {
    display: inline-block;
    content: "\f08a";
    width: 15px;
    height: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .single-product .shop-desc form.cart .add_to_wishlist:hover {
    color: #549835; }
  .single-product .shop-desc .product_meta {
    margin-top: 5px; }
  .single-product .shop-desc .product_meta .posted_in, .single-product .shop-desc .product_meta .tagged_as {
    margin: 0;
    letter-spacing: 1px; }
  .single-product .shop-desc .product_meta .posted_in span, .single-product .shop-desc .product_meta .tagged_as span {
    font-weight: normal;
    color: #444; }
    .single-product .shop-desc .product_meta .posted_in span a, .single-product .shop-desc .product_meta .tagged_as span a {
      color: #444;
      font-weight: 700; }
      .single-product .shop-desc .product_meta .posted_in span a:hover, .single-product .shop-desc .product_meta .tagged_as span a:hover {
        color: #549835; }
  .single-product .shop-desc .product_meta .cat-list, .single-product .shop-desc .product_meta .tag-list {
    display: inline; }
  .single-product .woocommerce-tabs {
    margin-top: 5px; }
  .single-product .woocommerce-tabs ul {
    padding: 0 !important;
    margin: 0 !important; }
  .single-product .woocommerce-tabs ul li {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    margin-right: -5px !important; }
  .single-product .woocommerce-tabs ul li a {
    border-radius: 0 !important;
    font-weight: 700 !important;
    line-height: 16px;
    margin: 0 !important;
    letter-spacing: 0.05em;
    padding: 16px 35px !important;
    border: 1px solid #ddd;
    color: #444 !important; }
    @media screen and (max-width: 479px) {
        .single-product .woocommerce-tabs ul li a {
          padding: 10px !important; } }
  .single-product .woocommerce-tabs ul li.active, .single-product .woocommerce-tabs ul li:hover {
    z-index: 2 !important; }
  .single-product .woocommerce-tabs ul li.active a, .single-product .woocommerce-tabs ul li a:hover, .single-product .woocommerce-tabs ul li a:focus {
    border-bottom-color: transparent;
    border-color: #69bd43;
    background-color: #69bd43;
    color: #fff !important; }
  .single-product .woocommerce-tabs .entry-content {
    padding: 30px 40px 33px 40px !important;
    border: 1px solid #ddd !important;
    border-top: 0 !important;
    border-radius: 0 !important; }
  @media screen and (max-width: 767px) {
      .single-product .woocommerce-tabs .entry-content {
        padding: 20px !important; } }
  @media screen and (max-width: 479px) {
      .single-product .woocommerce-tabs .entry-content {
        padding: 15px !important; } }
  .single-product .woocommerce-tabs .entry-content h2 {
    display: none; }
  .single-product .woocommerce-tabs .entry-content > p {
    margin-bottom: 23px; }
  .single-product .woocommerce-tabs .entry-content > p:last-child {
    margin-bottom: 0; }
  .single-product .woocommerce-tabs ul.tabs li:after, .single-product .woocommerce-tabs ul.tabs li:before {
    content: none !important; }

.woocommerce.single-product #reviews #comments ol.commentlist {
  padding-left: 0; }
  .woocommerce.single-product #reviews #comments ol.commentlist li {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px; }
  .woocommerce.single-product #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    height: auto;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: 0; }
  @media screen and (max-width: 767px) {
      .woocommerce.single-product #reviews #comments ol.commentlist li img.avatar {
        width: 50px;
        margin-right: 10px; } }
  .woocommerce.single-product #reviews #comments ol.commentlist li .comment-text {
    margin-left: 100px;
    border: 0;
    padding: 0;
    border-radius: 0; }
  @media screen and (max-width: 767px) {
      .woocommerce.single-product #reviews #comments ol.commentlist li .comment-text {
        margin-left: 60px; } }
  .woocommerce.single-product #reviews #comments ol.commentlist li .comment-text .meta {
    margin-bottom: 5px; }
  .woocommerce.single-product #reviews #comments ol.commentlist li .comment-text .meta strong {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px; }
  .woocommerce.single-product #reviews #comments ol.commentlist li .comment-text .star-rating {
    color: #ffca28;
    font-size: 11px;
    width: 62px;
    height: 15px; }

.woocommerce .comment-form {
  /* 12.3 - shop single */ }
  .woocommerce .comment-form .stars a, .woocommerce .comment-form .stars a:hover {
    color: #ffca28; }

.single-product {
  /* 12.4 - shop cart */ }
  .single-product .product-related h3.product-related-title {
    margin-bottom: 23px; }
  .single-product .product-related h3.product-related-title:after {
    content: "";
    background: #69bd43;
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    z-index: 1;
    margin-top: 14px;
    border-radius: 5px; }
  .single-product .product-related .owl-controls {
    display: none; }
  .single-product .recent-product {
    margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .single-product .recent-product {
      display: none; } }
  .single-product .recent-product .product .shop-small-desc {
    background-color: #fff;
    border-bottom: 2px dashed #ededed;
    border-left: 2px dashed #ededed;
    border-right: 2px dashed #ededed;
    padding: 20px; }
  .single-product .recent-product .product .shop-small-desc .price-meta {
    color: #69bd43; }
  @media screen and (max-width: 991px) {
  .single-product .main-side-bar {
    margin-top: 50px; } }

.woocommerce-cart {
  /* 12.5 - shop checkout */ }
  .woocommerce-cart .woocommerce-message {
    border-top-color: #69bd43 !important; }
  .woocommerce-cart .woocommerce-message:before {
    color: #69bd43 !important; }
  .woocommerce-cart .site-main {
    background-color: #fff; }
  @media screen and (max-width: 767px) {
  .woocommerce-cart .cart_item {
    margin-bottom: 15px; } }
  .woocommerce-cart .cart {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important; }
  .woocommerce-cart .cart tr:hover {
    background: #f9f9f9; }
  .woocommerce-cart .cart th {
    padding: 12px 5px !important;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 700 !important;
    color: #fff;
    background: #69bd43;
    border-color: #69bd43; }
  .woocommerce-cart .cart td {
    border-top-color: transparent !important;
    border-bottom: 1px solid #ddd !important;
    padding: 20px 5px !important;
    vertical-align: middle; }
  .woocommerce-cart .cart td, .woocommerce-cart .cart td a {
    color: #444;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em !important; }
  .woocommerce-cart .cart td a:hover {
    color: #69bd43; }
  .woocommerce-cart .cart .product-remove {
    text-align: left; }
  @media screen and (min-width: 992px) {
      .woocommerce-cart .cart .product-remove {
        width: 95px; } }
  .woocommerce-cart .cart .product-remove a {
    color: #444 !important;
    background: transparent !important;
    display: inline-block; }
  .woocommerce-cart .cart .product-remove a:hover {
    color: #69bd43 !important; }
  .woocommerce-cart .cart td.product-thumbnail {
    text-align: right;
    padding-right: 10px !important; }
  @media screen and (min-width: 992px) {
      .woocommerce-cart .cart td.product-thumbnail {
        width: 85px; } }
  .woocommerce-cart .cart td.product-thumbnail img {
    padding: 0;
    width: 70px !important; }
  @media screen and (min-width: 992px) {
      .woocommerce-cart .cart td.product-name {
        width: 33%; } }
  .woocommerce-cart .cart td.product-name > a {
    margin-bottom: 4px;
    display: block; }
  .woocommerce-cart .cart td.product-name .woocommerce-product-rating {
    margin-bottom: 8px; }
  .woocommerce-cart .cart td.product-name .star-rating {
    font-size: 11px;
    color: #ffca28;
    width: 62px;
    height: 15px; }
  .woocommerce-cart .cart td.product-name dl.variation dd, .woocommerce-cart .cart td.product-name dl.variation dt {
    margin: 0;
    padding: 0; }
  .woocommerce-cart .cart td.product-name dl.variation dd p, .woocommerce-cart .cart td.product-name dl.variation dt p {
    line-height: 22px; }
  .woocommerce-cart .cart td.product-price span, .woocommerce-cart .cart td.product-subtotal span {
    font-size: 16px;
    color: #69bd43; }
  .woocommerce-cart .cart .quantity {
    padding-right: 0; }
  .woocommerce-cart .cart .quantity .qty {
    background: #fff;
    width: 120px;
    height: 42px;
    font-weight: 500;
    float: none;
    border: 1px solid #ddd; }
  .woocommerce-cart .cart .quantity .qty:focus {
    border-color: #ddd !important; }
  .woocommerce-cart .cart .quantity .plus, .woocommerce-cart .cart .quantity .minus {
    width: 30px;
    height: 42px;
    font-size: 22px;
    font-weight: 500;
    background-color: #eee;
    color: #666;
    border: 1px solid #ddd; }
  .woocommerce-cart .cart .quantity .plus:focus, .woocommerce-cart .cart .quantity .minus:focus {
    outline: none; }
  .woocommerce-cart .cart .quantity .minus {
    top: 0;
    left: 0; }
  .woocommerce-cart .cart .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd; }
  .woocommerce-cart .cart .action-cart:hover {
    background: #fff; }
  .woocommerce-cart .cart .action-cart td {
    border: 0 !important;
    padding: 20px 0 !important; }
  .woocommerce-cart .cart .action-cart .coupon {
    padding-bottom: 0 !important;
    margin-bottom: 10px; }
  .woocommerce-cart .cart .action-cart .form-control {
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    box-shadow: none;
    color: #888;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    min-width: 270px;
    margin-right: 10px !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 991px) {
        .woocommerce-cart .cart .action-cart .form-control {
          min-width: 170px; } }
  .woocommerce-cart .cart .action-cart .form-control:focus {
    outline: 0;
    border-color: #69bd43 !important; }
  .woocommerce-cart .cart .action-cart .update-cart {
    color: #fff !important; }
  .woocommerce-cart .cart .action-cart .checkout-button {
    margin-left: 6px;
    float: right; }
  @media screen and (max-width: 768px) {
        .woocommerce-cart .cart .action-cart .checkout-button {
          float: none;
          margin-top: 10px;
          margin-left: 0px;
          text-align: center; } }
  @media screen and (max-width: 479px) {
      .woocommerce-cart .cart .action-cart .coupon .btn, .woocommerce-cart .cart .action-cart .coupon .input-text {
        float: none !important;
        width: 100% !important;
        display: block; }
      .woocommerce-cart .cart .action-cart .coupon .input-text {
        margin-bottom: 10px !important; } }
  .woocommerce-cart .shipping-calculator-form {
    display: block !important; }
  .woocommerce-cart .cart-collateral {
    margin-top: 27px;
    text-align: left; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .shiping-title, .woocommerce-cart .cart-collateral .cart_totals-wrap .cart-totals-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 33px; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .cart-totals-title {
    margin-bottom: 22px; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table {
    border-color: transparent;
    border-radius: 0 !important;
    margin-bottom: 10px; }
    .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table tr th {
      color: #333;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border-color: #ddd; }
      .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table tr td:first-child {
        width: 33.333%; }
      .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table tr td {
        border: 0; }
        .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table tr td strong {
          font-weight: 500; }
    .woocommerce-cart .cart-collateral .cart_totals-wrap .organicfood-cart-total table tbody tr:last-child td {
      border-bottom: 0; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .update-shiping-btn {
    text-align: right;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
        .woocommerce-cart .cart-collateral .cart_totals-wrap .update-shiping-btn {
          text-align: left;
          margin-bottom: 50px; }
          .woocommerce-cart .cart-collateral .cart_totals-wrap .update-shiping-btn .button {
            display: block;
            width: 100% !important; } }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .wc-proceed-to-checkout {
    padding: 0; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap select {
    height: 42px;
    padding: 0 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/select-bg.png) right 15px center no-repeat; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap select::-ms-expand {
    display: none; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap input[type="text"] {
    height: 42px; }
  .woocommerce-cart .cart-collateral .cart_totals-wrap .form-row {
    padding: 0;
    margin-bottom: 10px; }

.woocommerce-checkout .woocommerce-info {
  background: transparent;
  border-top: 0;
  padding: 0 !important;
  margin-bottom: 2px !important; }
  .woocommerce-checkout .woocommerce-info:before {
    content: none; }
  .woocommerce-checkout .woocommerce-info a {
    color: #69bd43; }
  .woocommerce-checkout .checkout_coupon input[type="submit"] {
    padding: 8px 22px !important; }
  .woocommerce-checkout form.login .button {
    padding: 8px 22px !important; }
  .woocommerce-checkout form.woocommerce-checkout {
    margin-top: 52px; }
  .woocommerce-checkout form.woocommerce-checkout .col2-set > div {
    margin-bottom: 34px; }
  @media screen and (min-width: 992px) {
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    width: 50% !important; }
    .woocommerce-checkout .col2-set .col-1 {
      padding-right: 15px; }

    .woocommerce-checkout .col2-set .col-2 {
      padding-left: 15px; } }
  .woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 10px;
    margin-bottom: 23px; }
  .woocommerce-checkout .form-row {
    margin: 10px 0 !important;
    padding: 0 !important; }
  .woocommerce-checkout .form-row label {
    color: #444;
    font-size: 13px;
    text-transform: capitalize; }
  .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last {
    width: 50%; }
  .woocommerce-checkout form .form-row-first {
    padding-right: 5px !important; }
  .woocommerce-checkout form .form-row-last {
    padding-left: 5px !important; }
  @media screen and (max-width: 767px) {
  .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last {
    width: 100%; }
  .woocommerce-checkout form .form-row-first {
    padding-right: 0 !important; }
  .woocommerce-checkout form .form-row-last {
    padding-left: 0 !important; } }
  .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="password"], .woocommerce-checkout textarea {
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #888;
    display: block;
    font-size: 14px !important;
    height: 42px;
    width: 100% !important;
    line-height: 24px !important;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .woocommerce-checkout input[type="text"]:focus, .woocommerce-checkout input[type="email"]:focus, .woocommerce-checkout input[type="tel"]:focus, .woocommerce-checkout input[type="password"]:focus, .woocommerce-checkout textarea:focus {
    outline: 0;
    border-color: #69bd43 !important; }
  .woocommerce-checkout .form-row .input-checkbox {
    position: relative; }
  .woocommerce-checkout ::-webkit-input-placeholder {
    color: #888; }
  .woocommerce-checkout ::-moz-placeholder {
    color: #888; }
  .woocommerce-checkout :-ms-input-placeholder {
    color: #888; }
  .woocommerce-checkout input:-moz-placeholder {
    color: #888; }
  .woocommerce-checkout form .form-row.notes textarea {
    height: 130px; }
  .woocommerce-checkout select.country_to_state {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .woocommerce-checkout .select2-container .select2-choice, .woocommerce-checkout .select2-container .select2-selection {
    height: 42px !important; }
  .woocommerce-checkout .select2-container .select2-choice .select2-arrow, .woocommerce-checkout .select2-container .select2-selection .select2-arrow, .woocommerce-checkout .select2-container .select2-choice .select2-selection__arrow, .woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
    height: calc(100% - 2px);
    width: 39px; }
  .woocommerce-checkout .select2-container .select2-choice .select2-arrow:before, .woocommerce-checkout .select2-container .select2-selection .select2-arrow:before, .woocommerce-checkout .select2-container .select2-choice .select2-selection__arrow:before, .woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .woocommerce-checkout .select2-container .select2-choice .select2-arrow b, .woocommerce-checkout .select2-container .select2-selection .select2-arrow b, .woocommerce-checkout .select2-container .select2-choice .select2-selection__arrow b, .woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow b, .woocommerce-checkout .select2-container .select2-choice .select2-arrow b:after, .woocommerce-checkout .select2-container .select2-selection .select2-arrow b:after, .woocommerce-checkout .select2-container .select2-choice .select2-selection__arrow b:after, .woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow b:after {
    content: none;
    display: none; }
  .woocommerce-checkout select::-ms-expand {
    display: none; }
  .woocommerce-checkout .hero {
    background-color: #69bd43;
    padding: 20px 20px;
    margin: 15px 0; }
  .woocommerce-checkout .hero p {
    color: #fff; }
  .woocommerce-checkout .form-group {
    margin: 10px 0; }

.woocommerce-shipping-fields h3 {
  position: relative; }
  .woocommerce-shipping-fields h3 label {
    margin: 0; }
  .woocommerce-shipping-fields h3 input[type="checkbox"] {
    position: absolute;
    right: -35px;
    top: 7px; }
  @media screen and (max-width: 479px) {
      .woocommerce-shipping-fields h3 input[type="checkbox"] {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
        margin: 0; } }

.woocommerce-checkout-review-order table {
  border-color: transparent !important;
  margin: 0 0 50px 0 !important;
  border-radius: 0 !important; }
  .woocommerce-checkout-review-order table thead {
    background: #69bd43; }
  .woocommerce-checkout-review-order table thead th {
    padding: 12px 15px !important;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase; }
  .woocommerce-checkout-review-order table tbody td {
    padding: 7px 12px !important;
    border: 0 !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #888;
    border-bottom: 1px solid #ddd !important;
    border-top: 0 !important; }
  .woocommerce-checkout-review-order table tbody td.product-name dl.variation dd, .woocommerce-checkout-review-order table tbody td.product-name dl.variation dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .woocommerce-checkout-review-order table tfoot th, .woocommerce-checkout-review-order table tfoot td {
    border-top: 0 !important;
    border-bottom: 1px solid #ddd !important;
    padding: 7px 12px !important;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    color: #888;
    text-transform: capitalize; }
  .woocommerce-checkout-review-order table tfoot td strong {
    padding: 0 !important;
    font-weight: 500; }

.woocommerce-checkout-payment {
  background: #fff !important;
  border-radius: 0 !important; }
  .woocommerce-checkout-payment ul {
    padding: 0 !important;
    border-bottom: 0 !important; }
  .woocommerce-checkout-payment ul li {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 10px !important; }
  .woocommerce-checkout-payment ul li input {
    margin: 0 0 0 15px !important; }
  .woocommerce-checkout-payment ul li label {
    margin: 9px 0 !important;
    font-size: 15px;
    font-weight: 700;
    color: #444;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .woocommerce-checkout-payment ul li label:hover {
    cursor: pointer;
    color: #69bd43; }
  .woocommerce-checkout-payment ul li.active {
    background: #444;
    border-color: transparent;
    border: 0; }
  .woocommerce-checkout-payment ul li.active label {
    color: #fff; }
  .woocommerce-checkout-payment .payment_box {
    background-color: #fff !important;
    margin: 0 !important;
    text-align: left;
    padding: 0 15px 15px 15px !important;
    font-size: 15px !important;
    color: #888 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }
  .woocommerce-checkout-payment .payment_box:before {
    content: none !important; }
  .woocommerce-checkout-payment .payment_method_paypal img, .woocommerce-checkout-payment .payment_method_paypal a {
    display: none; }
  .woocommerce-checkout-payment .place-order {
    margin: 0 !important; }
  .woocommerce-checkout-payment .place-order input[type="submit"] {
    float: none !important; }

body.woocommerce-checkout {
  /* 12.6 - shop account */ }
  body.woocommerce-checkout.woocommerce-order-received table.shop_table {
    border: 0; }
  body.woocommerce-checkout.woocommerce-order-received table.shop_table th, body.woocommerce-checkout.woocommerce-order-received table.shop_table td {
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 !important; }
  body.woocommerce-checkout.woocommerce-order-received table.shop_table th .variation dt, body.woocommerce-checkout.woocommerce-order-received table.shop_table td .variation dt, body.woocommerce-checkout.woocommerce-order-received table.shop_table th .variation dd, body.woocommerce-checkout.woocommerce-order-received table.shop_table td .variation dd {
    padding: 0;
    margin: 0; }
  body.woocommerce-checkout.woocommerce-order-received .order_details {
    padding-left: 0; }
  body.woocommerce-checkout.woocommerce-order-received .order_details li {
    border-bottom: 1px solid #ddd;
    border-right: medium none;
    display: block;
    float: none;
    line-height: 28px;
    margin-right: 0;
    width: 100%; }
  body.woocommerce-checkout.woocommerce-order-received .order_details li strong {
    float: right; }
  body.woocommerce-checkout.woocommerce-order-received .site-content h2 {
    color: #444;
    font-size: 20px;
    margin-top: 30px; }
  body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received {
    color: #444;
    font-size: 14px;
    font-weight: bold; }
  body.woocommerce-checkout.woocommerce-order-received .order_details a {
    color: #69bd43; }
  body.woocommerce-checkout.woocommerce-order-received .order_details a:hover {
    text-decoration: underline; }
  body.woocommerce-checkout.woocommerce-order-received .order_details th {
    color: #444; }
  body.woocommerce-checkout.woocommerce-order-received .order_details td {
    font-weight: normal !important; }
  body.woocommerce-checkout.woocommerce-order-received .customer_details th {
    color: #444; }
  body.woocommerce-checkout.woocommerce-order-received .customer_details td {
    font-weight: normal !important; }
  body.woocommerce-checkout.woocommerce-order-received .addresses {
    border: 1px solid #ddd;
    padding: 0 30px; }
  body.woocommerce-checkout.woocommerce-order-received .addresses h3 {
    color: #69bd43; }

.woocommerce-account .site-main {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .woocommerce-account .site-main {
      padding: 60px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0; }
  .woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #549835; }
  .woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-content address {
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-content .edit {
    color: #549835; }
  .woocommerce-account h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0; }
  .woocommerce-account input[type="text"], .woocommerce-account input[type="password"] {
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #888;
    display: block;
    font-size: 14px !important;
    height: 42px;
    width: 100% !important;
    line-height: 24px !important;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .woocommerce-account input[type="text"]:focus, .woocommerce-account input[type="password"]:focus {
    outline: 0;
    border-color: #69bd43 !important; }
  .woocommerce-account form.login {
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    border-radius: 0; }
  .woocommerce-account form.login label {
    display: block;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 400; }
  .woocommerce-account form.login .form-row {
    padding: 0;
    margin: 20px 0; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #69bd43; }
  .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:active, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus, .woocommerce #payment #place_order:hover.woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:hover.woocommerce-page #payment #place_order:active, .woocommerce #payment #place_order:active.woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:active.woocommerce-page #payment #place_order:focus {
    background: rgba(105, 189, 67, 0.8); }

.select2-container--default .select2-selection--single {
  height: 42px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 12px;
  line-height: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

@media screen and (max-width: 767px) {
  .site-header .container {
    width: 100%; } }

@media screen and (min-width: 1200px) {
    .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-lg-6:nth-child(2n+1) {
      clear: left; }
    .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-lg-4:nth-child(3n+1) {
      clear: left; }
    .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-lg-3:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-md-6:nth-child(2n+1) {
    clear: left; }
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-md-4:nth-child(3n+1) {
    clear: left; }
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-md-3:nth-child(4n+1) {
    clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-sm-6:nth-child(2n+1) {
    clear: left; }
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-sm-4:nth-child(3n+1) {
    clear: left; }
  .cms-grid:not(.cms-grid-masonry) .cms-grid-item.col-sm-3:nth-child(4n+1) {
    clear: left; } }

@media screen and (max-width: 1199px) {
  .vc_column_container > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media (max-width: 380px) {
  .lato24 {
    font-size: 6px;
    letter-spacing: 0; }

  .lato36 {
    font-size: 8px;
    letter-spacing: 0; } }

@media (max-width: 485px) {
  .lato84 {
    font-size: 24px;
    line-height: 10px;
    letter-spacing: -1px; }

  .lato56 {
    font-size: 14px;
    min-height: 0;
    min-width: 0;
    line-height: 12px;
    border-width: 0;
    margin: 4px;
    padding: 0; }

  .lato36 {
    font-size: 10px;
    letter-spacing: 0; }

  .lato30 {
    font-size: 9px;
    letter-spacing: 0; }

  .lato24 {
    font-size: 8px;
    letter-spacing: 0; }

  .lato18 {
    font-size: 7px;
    letter-spacing: 0; }

  .lato16 {
    font-size: 7px;
    letter-spacing: 0; }

  .lato100 {
    font-size: 25px;
    line-height: 21px;
    letter-spacing: -2px; } }

@media (min-width: 486px) {
  .lato84 {
    font-size: 46px;
    line-height: 40px;
    letter-spacing: -1px; }

  .lato56 {
    font-size: 34px;
    min-height: 0;
    min-width: 0;
    line-height: 28px;
    border-width: 0;
    margin: 0;
    padding: 0; }

  .lato36 {
    font-size: 24px;
    letter-spacing: 0; }

  .lato30 {
    font-size: 18px;
    letter-spacing: 0; }

  .lato24 {
    font-size: 14px;
    letter-spacing: 0; }

  .lato18 {
    font-size: 12px;
    letter-spacing: 0; }

  .lato16 {
    font-size: 10px;
    letter-spacing: 0; }

  .lato100 {
    font-size: 65px;
    line-height: 61px;
    letter-spacing: -2px; } }

@media (min-width: 768px) {
  .lato84 {
    font-size: 66px;
    line-height: 50px;
    letter-spacing: -1px; }

  .lato56 {
    font-size: 40px;
    min-height: 0;
    min-width: 0;
    line-height: 36px;
    border-width: 0;
    margin: 0;
    padding: 0; }

  .lato36 {
    font-size: 24px;
    letter-spacing: -1px; }

  .lato30 {
    font-size: 22px;
    letter-spacing: 0; }

  .lato24 {
    font-size: 16px;
    letter-spacing: 0; }

  .lato18 {
    font-size: 14px;
    letter-spacing: 0; }

  .lato16 {
    font-size: 12px;
    letter-spacing: 0; }

  .lato100 {
    font-size: 80px;
    line-height: 64px;
    letter-spacing: -3px; } }

@media (min-width: 992px) {
  .lato84 {
    font-size: 74px;
    min-height: 0;
    min-width: 0;
    line-height: 66px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: -2px; }

  .lato56 {
    font-size: 44px;
    min-height: 0;
    min-width: 0;
    line-height: 40px;
    border-width: 0;
    margin: 0;
    padding: 0; }

  .lato36 {
    font-size: 30px;
    letter-spacing: -1px; }

  .lato30 {
    font-size: 24px;
    letter-spacing: -1px; }

  .lato24 {
    font-size: 18px;
    letter-spacing: 0; }

  .lato18 {
    font-size: 16px;
    letter-spacing: 0; }

  .lato16 {
    font-size: 14px;
    letter-spacing: 0; }

  .lato100 {
    font-size: 90px;
    line-height: 86px;
    letter-spacing: -4px; } }

@media (min-width: 1200px) {
  .lato84 {
    font-size: 84px;
    min-height: 0;
    min-width: 0;
    line-height: 70px;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: -2px; }

  .lato56 {
    font-size: 56px;
    min-height: 0;
    min-width: 0;
    line-height: 50px;
    border-width: 0;
    margin: 0;
    padding: 0; }

  .lato36 {
    font-size: 36px; }

  .lato30 {
    font-size: 30px; }

  .lato24 {
    font-size: 24px; }

  .lato18 {
    font-size: 18px;
    letter-spacing: 0; }

  .lato16 {
    font-size: 16px;
    letter-spacing: 0; }

  .lato100 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -5px; } }

.ef3-gtb-block {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto; }
  .ef3-gtb-block.align-wide {
    max-width: 1100px; }
  .ef3-gtb-block.align-full {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .ef3-gtb-block.align-full img {
    width: 100vw; }
  .ef3-gtb-block .alignleft {
    float: left;
    margin: 0 30px 30px 0; }
  [dir="rtl"] .ef3-gtb-block .alignleft {
    float: right;
    margin: 0 0 30px 30px; }
  .ef3-gtb-block .alignright {
    float: right;
    margin: 0 0 30px 30px; }
  [dir="rtl"] .ef3-gtb-block .alignright {
    float: left;
    margin: 0 30px 30px 0; }
  .ef3-gtb-block.ef3-block-separator {
    display: block;
    clear: both; }
  .ef3-gtb-block .blockquote, .ef3-gtb-block blockquote {
    margin-top: 0;
    padding: 0; }
  .ef3-gtb-block .blockquote:before, .ef3-gtb-block blockquote:before {
    display: none; }
  .ef3-gtb-block.wp-block-paragraph p {
    margin-bottom: 30px; }
  .ef3-gtb-block.wp-block-latest-posts, .ef3-gtb-block.wp-block-categories, .ef3-gtb-block.wp-block-archives, .ef3-gtb-block.ef3-block-pullquote {
    margin-bottom: 30px; }

.alignwide {
  max-width: 1100px; }

ul.wp-block-gallery {
  padding-left: 0;
  padding-right: 0; }

.wp-block-heading > * {
  margin-bottom: 30px; }

.wp-block-column .ef3-gtb-block {
  max-width: 100%; }
