/*
Theme Name: Vigo
Theme URI: http://themebuz.com/demo/vigo
Author: ThemeIM
Author URI: http://www.themeim.com//
Description: The best single product supplements theme for affiliate marketing.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vigo
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

*/

/*------------------------------------------------------------------
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
 * 01. Base Styles
      # Theme Colors Class
      # Global Class
      # Custom Media Query
 * 02. Accessibility
 * 03. Header
 * 04. Navigation
 * 05. Footer Styles
 * 06. vigo-slider
 * 07. call-to-action
 * 08. features
 * 09. services
 * 10. about
 * 11. product-features
 * 12. recommended
 * 13. newsletter
 * 14. gallery
 * 15. pricing-table
 * 16. process
 * 17. ingredients
 * 18. testimonial
 * 19. product
 * 20. certification
 * 05. Responsive Styles
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

 * $white: #fff;
 * $green: #2acb35;
 * $black: #333740;
 * $light-gray: #f1f1f1;

 * -----------------------------------------------------------------*
 *                        Font Family                               *
 * -----------------------------------------------------------------*
 * $ral: 'Raleway', sans-serif;
 * $lato: 'Lato', sans-serif;
 * $cou: 'Courgette', cursive;
-------------------------------------------------------------------*/

/**
 * ---------------------------------------------------------------------------
 * 0?. Base Styles.
 * ---------------------------------------------------------------------------
 */

@import url("https://fonts.googleapis.com/css?family=Courgette|Lato|Raleway:400,500,600,700,900");
body {
  font-size: 15px;
  line-height: 20px;
  color : #333740;
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  color : #333740;
}
iframe {
	max-width: 100%;
	border-width: 0px;
}

a {
  text-decoration: none !important;
}

section {
  padding: 20px 0;
}
img {
  max-width: 100%;
  height: auto;
}
h5, .page-title .page-sub-title, .vigo_el.vigo_accordion_el .accordion-menu {
	font-size: 18px;
    line-height: 18px;
  }
.page-title .page-sub-title {
	font-size: 24px;
	margin-bottom: 10px !important;
}
/*------------------------------------------
  Theme Colors Class
--------------------------------------------*/
.white {
  color: white !important;
}
.green {
  color: #2acb35 !important;
}
.bg-white {
  background: white !important;
}
.bg-black {
  background: #333740 !important;
}
.bg-green {
  background: #2acb35 !important;
}
.theme-color {
  background-color: #2acb35;
}
.theme-color-font {
  color: #2acb35;
}
.page-title .page-main-title.dark {
  color: #333740;
}
.page-title .page-main-title.light {
  color: #ffffff;
}
a:hover {
  color: #2acb35;
}
body a{
  color: #2acb35;
}

/*------------------------------------------
  Global Class
--------------------------------------------*/
.ral {
  font-family: "Raleway", sans-serif;
}
.lato {
  font-family: "Lato", sans-serif;
}
.cou {
  font-family: "Courgette", cursive;
}
.pd-0 {
  padding: 0;
}
.pdl-0 {
  padding-left: 0;
}
.pdr-0 {
  padding-right: 0;
}
.pdb-0 {
  padding-bottom: 0;
}
.mr-0 {
  margin: 0 !important;
}
.mrl-0 {
  margin-left: 0;
}
.mrr-0 {
  margin-right: 0;
}
.mrt-0 {
  margin-top: 0 !important;
}
.mrb-0 {
  margin-bottom: 0 !important;
}
.mr-auto {
  margin: 0 auto;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.width-auto {
  width: auto !important;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.border-0 {
  border: 0;
}
.focus-none:focus {
  box-shadow: none;
  border-color: transparent;
}
.border-radius-0 {
  border-radius: 0;
}
.border-transparent {
  border-color: transparent;
}
.border-transparent:active, .border-transparent:focus {
  border-color: transparent;
}
.bg-transparent {
  background: transparent;
}
.container-1650 {
  max-width: 1650px;
}
.cursor-pointer {
  cursor: pointer;
}
.page-title {
  padding-bottom: 23px;
}
.page-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
}
.page-title .page-main-title {
  font-weight: 600;
}
.vigo-btn {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
.btn-outline-primary {
  color: #ffffff;
}
.vigo-btn:hover {
  color: #2acb35 !important;
  background: white !important;
  border: 1px solid #2acb35;
}
.hvr-shutter-out-horizontal {
  transition-duration: 0.50s !important;
}
.hvr-shutter-out-horizontal:hover {
  border-color: #2acb35;
  color: #2acb35 !important;
}
.hvr-shutter-out-horizontal:before {
  background: white;
  transition-duration: 0.50s;
}
.hvr-shutter-in-horizontal {
  transition-duration: 0.50s !important;
}
.hvr-shutter-in-horizontal:before {
  background: white;
  transition-duration: 0.50s;
}
.hvr-shutter-in-horizontal:hover {
  border-color: white !important;
  color: white !important;
  background: #2acb35 !important;
}
.white-btn:hover {
  background: #2acb35 !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highlight-text {
  font-weight: 700;
}
.before-none:before {
  display: none;
}
.vigo-loder {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2acb35;
  z-index: 30;
}
.mixitup-control-active {
  color: #2acb35 !important;
}
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%);
  margin: 0;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: auto, cover;
  z-index: 10;
}
.page-title {
  position: relative;
}


/* WordPress Core
-------------------------------------------------------------- */
#content {
  overflow: hidden;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery:before, .gallery:after{
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
  float: left;
  margin-bottom: 20px;
}
.gallery.gallery-columns-3 .gallery-item {
 width: 33.3333%;
}
.gallery-icon {
  display: block;
}
.wp-caption-text .gallery-caption {
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}
#gallery-1 {
  margin: auto;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.gallery-item img {
  margin-bottom: 15px;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
}
.gallery-caption {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

.sticky .post_content {
  border: 1px dashed #2acb35;
}
.bypostauthor {
  padding: 0;
}

/* vc row container
-------------------------------------------------------------- */
.vc_row.custom-container {
  margin: 0 auto;
}
.vc_row.container {
  margin: 0 auto;
}


/* ==========================
  Custom Media Query
============================= */
@media (min-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 25px;
    font-family: "Lato", sans-serif;
  }
  h1 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 400;
  }
  h2 {
    font-size: 47px;
    line-height: 41px;
    font-weight: 500;
  }
  h3 {
    font-size: 36px;
    line-height: 35px;
  }
  h4 {
    font-size: 34px;
    line-height: 38px;
  }
  h5 {
    font-size: 24px;
    line-height: 35px;
  }
  h6 {
    font-size: 18px;
    line-height: 35px;
  }
  i {
    line-height: 1 !important;
  }
  .page-title .page-sub-title {
    line-height: 1;
  }
  .page-title .page-main-title {
    font-size: 20px;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
  }
  .vigo-btn {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1650px;
  }
  .vigo-btn {
    font-size: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .page-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
  }
  .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    border-radius: 20px;
    background: #2acb35;
  }
  .page-title .page-sub-title {
    font-size: 24px;
    line-height: 18px;
  }
  .page-title .page-main-title {
    font-size: 34px;
    line-height: 44px;
    /*color: #333740;*/
  }
  .main-nav.is-sticky {
    position: fixed;
    top: 0px;
    z-index: 20;
    width: 100%;
  }
  .is-sticky .main-nav {
    border-bottom: 1px solid #c8c8c8;
  }
  .hvr-shutter-out-horizontal {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }
  .hvr-shutter-out-horizontal:hover {
    border-color: #2acb35;
    color: #2acb35 !important;
  }
  .hvr-shutter-out-horizontal:before {
    background: white;
    transition-duration: 0.50s;
  }
  .hvr-shutter-in-horizontal {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }
  .hvr-shutter-in-horizontal:before {
    background: white;
    transition-duration: 0.50s;
  }
  .hvr-shutter-in-horizontal:hover {
    border-color: white !important;
    color: white !important;
    background: #2acb35 !important;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .page-title {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-title {
    padding-bottom: 15px;
  }
  .page-title .page-sub-title {
    line-height: 24px;
  }
  .page-title .page-main-title {
    line-height: 30px;
  }
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Accessibility
 * ---------------------------------------------------------------------------
 * Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Header Styles
 * ---------------------------------------------------------------------------
 */
header .vigo-btn .wpcf7-submit {
  border: none;
  background: transparent;
  color: #ffffff;
  transition: 0.5s;
  margin-bottom: 0;
}
header .vigo-btn:hover .wpcf7-submit {
  color: #2acb35;
}
.header-info .wpcf7 .btn.vigo-btn {
  background: #2acb35 !important;
}
.header-info .media {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.header-info .header-meta {
  margin-right: 5px;
}

.social-media i {
  font-size: 18px;
  margin: 0 3px;
}

.modal-dialog textarea,
.modal-dialog input {
  margin-bottom: 10px;
}

.header-top a {
  transition: 0.5s;
}
.header-top a:hover {
  text-decoration: none;
}
.header-top .header-meta .btn .media-body {
  transition: 0.5s;
}
.header-top .social-media a i {
  transition: 0.5s;
}
header {
  position: relative;
}
header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  border-bottom: 1px dashed #2acb35;
}

@media (min-width: 576px) {
  .header-top .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .header-top .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
  header .social-media {
    padding: 0;
    padding-left: 18px;
  }
  .header-info i {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 10px !important;
    font-size: 18px;
    /*background-color: #ffffff;*/
    position: relative;
    /*color: #333740;*/
  }
  .header-info i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-info .media {
    width: auto;
    height: auto;
    border-radius: 100%;
  }
  .header-info .header-meta {
    background: transparent !important;
    margin-right: 36px;
  }
  .header-info .header-meta .btn {
    margin-right: 10px;
    background: transparent !important;
  }
  .header-info .header-meta .search-form i {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0 !important;
  }
  .header-info .header-meta .search-form i:before {
    position: static;
    left: auto;
    height: auto;
  }
  .header-info .header-meta-ph {
    margin-right: 46px;
  }

  .ct-slider-text {
    transform: translateX(-24px);
  }

  .social-media i {
    margin-left: 0;
    margin-right: 16px;
  }
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Navigation
 * ---------------------------------------------------------------------------
 */
.main-nav {
  position: relative;
  z-index: 20;
  padding: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.35);
}
.main-nav.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
}
.main-nav nav .navbar-brand img {
  max-width: 100px;
}
.main-nav nav .navbar-brand h2 {
  font-weight: 800;
}
.main-nav nav .navbar-light .navbar-toggler {
  padding: 5px;
}
.main-nav .vigo-btn {
  padding: 7px 5px;
  position: relative;
  background-color: #2acb35;
  z-index: 10;
  transform: translateX(7px);
}
.main-nav .main-logo {
  position: absolute;
  width: 100%;
  top: 4px;
}
.main-nav .navbar-toggler {
  position: relative;
  z-index: 10;
  padding: 3px 5px;
  transform: translateX(-7px);
}
.main-nav .navbar-toggler .navbar-toggler-icon {
  font-size: 15px;
}
.vigo_menu .current-menu-item a. {
  color: #2acb35;
}
.menu-default-text {
  margin-bottom: 0;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .main-nav .navbar-expand-lg {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .page .vigo_content.left{
    order: 1;
  }
  .page .vigo_content.right{
    order: 0;
  }
}
@media (min-width: 1024px) {
  .main-nav .main-logo {
    position: absolute;
  }
  .main-nav .main-logo {
    display: inline-block !important;
    left: 0 !important;
    width: auto;
    top: 18px;
  }
}
@media (min-width: 1200px) {
  .header-top {
    padding: 10px 0;
  }
  .main-nav {
    padding-bottom: 0;
  }
  .main-nav .vigo_menu {
    margin-right: 52px;
  }
  .main-nav .navbar-expand-lg {
    padding: 2px 0;
  }
  .main-nav nav .navbar-brand img {
    max-width: 100%;
  }
  .header-info .header-meta-search-btn {
    margin-right: 0;
  }
  .header-info .header-meta-search-icon {
    margin-right: 5px !important;
  }
  .main-nav .vigo-btn {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-weight: 500;
  }
}
.admin-bar .main-nav.is-sticky {
  top:32px;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg .vigo_menu {
      -ms-flex-direction: row;
      flex-direction: row;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .main-nav.is-sticky {
      top: 46px;
      position: fixed;
      width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .main-nav.is-sticky {
    top: 0;
    width: 100%;
  }
}


/* 3.5 MAIN NAVIGATION
   ========================================================================== */
.vigo_menu {
  margin: 0;
}
.vigo_menu li {
  list-style: none;
  position: relative;
}
.vigo_menu > li {
  float: left;
}
.vigo_menu > li:not(:first-child) {
  margin-left: 35px;
}
.vigo_menu > li > a {
  transition: 0.5s;
  font-size: 17px;
  line-height: 62px;
  position: relative;
  font-weight: 400;
}
.header-6 .vigo_menu > li > a {
  line-height: 50px;
  color: #fff;
}
.vigo_menu a:hover {
  color: #2acb35;
  opacity: 1;
}

.vigo_menu > li > ul {
  position: absolute;
  min-width: 250px;
  display: table;
  background: #fff;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  left: -17.5px;
  transition: all .3s;
  text-align: left;
  z-index: 10;
  padding: 0;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.vigo_menu li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.vigo_menu > li > ul > .sub-column-item {
  display: table-cell;
}
.vigo_menu > li > ul > li {
  min-width: 230px;
}
.vigo_menu ul .sub-column-item > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.sub-column-item .sub-column {
  padding: 0;
}
.sub-column-item .sub-column > li {
  padding: 6px 0;
}
.vigo_menu ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.vigo_menu ul li {
  line-height: 30px;
  padding: 12px 15px;
}
.vigo_menu ul li a {
  font-size: 14px;
  font-weight: 400;
}
.vigo_menu ul li a {
  opacity: .7;
  display: block;
}
.vigo_menu ul ul {
  left: 250px;
  top: 20%;
}
.vigo_menu ul li:hover > ul {
  top: 0;
}
.vigo_menu .rtl-menu {
  left: -250px;
}
.header-5 .jas-push-menu-btn {
  top: 20px;
}
@media only screen and (max-width: 991px) {
  .vigo_menu {
    display: none;
  }
}

/* 3.6 MOBILE MENU
   ========================================================================== */

#vigo-mmenu,
#vigo-mmenu ul,
#vigo-mmenu ul li,
#vigo-mmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 32px;
  display: block;
  position: relative;
  text-align: left;
}
#vigo-mmenu {
  padding: .5rem;
}
#vigo-mmenu ul ul {
  display: none;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  padding-left: 15px;
}
#vigo-mmenu ul li a {
  cursor: pointer;
  z-index: 2;
  padding: 5px 0;
  font-size: 16px;
  letter-spacing: .5px;
} 
#vigo-mmenu > ul > li > a:before {
  display: none;
}
.holder {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 10;
  cursor: pointer;
  transition: all .3s;
}
#vigo-mmenu ul > li:hover > a, 
#vigo-mmenu ul > li.current-menu-item > a, 
#vigo-mmenu ul > li.current-menu-parent > a, 
#vigo-mmenu ul > li.current-menu-ancestor > a,
#vigo-mmenu ul > li:hover > .holder, 
#vigo-mmenu ul > li.current-menu-item > .holder,
#vigo-mmenu ul > li.current-menu-parent  > .holder,
#vigo-mmenu ul > li.current-menu-ancestor > .holder  {
  color: #2acb35;
}
.holder:after,
.holder:before {
  display: block;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.holder:after {
  top: 12px;
  right: 16px;
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1px;
}
.holder::before {
  top: 18px;
  height: 1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
  transition: all .3s;
}
#vigo-mmenu ul li.open > .holder:before {
  opacity: 0;
  visibility: hidden;
}
nav.main-menu #vigo-mmenu ul ul:after {
  display: none;
}
#vigo-mmenu ul ul li a {
  text-transform: none;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  #vigo-mmenu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
    background: #333740f5;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
  }
  .collapse.show {
    display: block;
  }
  #vigo-mmenu a,  #vigo-mmenu .holder{
    color: #fff;
  }
}


/**
 * ---------------------------------------------------------------------------
 * 0?. Footer Styles
 * ---------------------------------------------------------------------------
 */
footer {
  padding: 25px 30px;
  background-size: cover;
  background-attachment: fixed;
}
footer .footer-title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
footer .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background: #2acb35;
  border-radius: 20px;
}
footer .footer-box {
  margin-bottom: 25px;
}
footer .footer-content {
  margin-bottom: 20px;
}
footer .payment-method {
  margin-top: 10px;
}
footer .payment-method img {
  margin-bottom: 8px;
}
footer .footer-contact-form textarea,
footer .footer-contact-form input {
  margin-bottom: 10px;
}
footer .contact-address li {
  padding: 0 0 10px;
}
footer .contact-address li i {
  margin-right: 15px;
}
footer .contact-address li:last-child {
  padding-bottom: 0;
}
footer .footer-box-border {
  position: relative;
}
footer .footer-box-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 180px;
  background: #2acb35;
  transform: translate(-50%, -50%);
}

.copyright {
  padding: 20px 0;
  letter-spacing: 2px;
}
.copyright .social-media {
  margin-top: 20px;
  margin-bottom: 10px;
}
.copyright .social-media a i {
  transition: 0.5s;
}
.copyright .social-media a:hover i {
  color: #2acb35 !important;
}
.copyright a {
  transition: 0.5s;
}
.copyright a:hover {
  text-decoration: none;
  color: #2acb35;
}

/*Contact form 7 submit button*/
footer .vigo-btn .wpcf7-submit {
  border: none;
  background: transparent;
  color: #ffffff;
  transition: 0.5s;
}
.wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
footer .vigo-btn:hover .wpcf7-submit {
  color: #2acb35;
}
.wpcf7 .vigo-btn {
  background: #2acb35;
}
@media (max-width: 575px) {
  footer {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
  }

  .copyright {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 35px 0 12px;
  }

  .footer-title,
  .footer-box,
  .copyright,
  .footer-contact-form,
  .footer-content {
    text-align: left !important;
  }

  .footer-title:before {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .copyright-box {
    text-align: left;
  }

  .footer-contact-form textarea {
    min-height: 140px;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 29px 0 9px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-top: 65px;
  }
  footer .footer-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 19px;
    margin-bottom: 23px;
  }

  .copyright .social-media {
    margin-top: 0;
  }
  .copyright .copyright-text {
    margin: 0;
  }

  .footer-content {
    font-size: 15px;
    line-height: 25px;
  }

  footer .vigo-send-message {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 10px;
  }
  footer .vigo-send-message:before {
    display: none;
  }

  footer .footer-content {
    margin-bottom: 54px;
  }

  footer .footer-contact-form textarea {
    margin-top: 2px;
    margin-bottom: 15px;
    height: 222px;
  }

  .contact-office-hours p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-address {
    margin-top: 24px;
  }

  footer .contact-address .list-group-item:last-child,
  footer .contact-address .list-group-item:first-child {
    border-radius: 0;
  }
  footer .contact-address li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }
  footer .contact-address li i {
    font-size: 18px;
  }
  footer .contact-address .fa-map-marker {
    margin-top: 5px;
  }
}
@media (max-width: 1024px) {
  footer .contact-address .fa-map-marker {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 12px;
  }
}
/*---------- Slider Section---------*/
.main-slider {
  padding: 0;
}
.main-slider .slider-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.main-slider .slider-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.main-slider p {
	padding-right: 40px;
	margin-bottom: 27px;
}
.main-slider .slider-title br {
  display: none;
}
.main-slider .vigo-btn {
  font-size: 12px;
  padding: 5px 10px;
}
.main-slider .owl-nav {
  display: none;
}

@media (min-width: 768px) {
  .main-slider .slider-title {
    font-size: 36px;
    line-height: 35px;
  }
  .main-slider .slider-text-box {
    transform: translateY(-60%);
    padding-left: 50px;
  }
  .main-slider .vigo-btn {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
  }
  .main-slider .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .main-slider .owl-nav div {
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.35);
    padding: 10px;
    transition: 0.5s;
  }
  .main-slider .owl-nav div i {
    /*color: #333740;*/
    transition: 0.5s;
  }
  .main-slider .owl-nav div:hover {
    border-color: #2acb35;
  }
  .main-slider .owl-nav div:hover i {
    color: #2acb35;
  }
  .main-slider .owl-nav .owl-next {
    float: right;
  }

  .main-slider p {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-title {
    font-size: 64px;
    line-height: 82px;
  }
  .main-slider .slider-text-box {
    transform: translateY(-60%);
  }
  .main-slider .vigo-btn {
    font-size: 18px;
    padding: 13px 25px !important;
  }
  .main-slider .ct-slider-text a {
    font-weight: 400;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
/*---------- Call To Action Section---------*/
.call-to-action {
	padding: 20px 0;
}
.call-to-action .call-to-action-title {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0 9px !important;
}
.call-to-action .call-to-action-subtitle {
  font-size: 14px;
}
.call-to-action .call-to-action-big-img {
  margin: 10px 0 10px;
}

@media (min-width: 768px) {
  .call-to-action {
    background: #2acb35;
  }
  .call-to-action .call-to-action-big-img {
    position: absolute;
    left: 15px;
    top: 40%;
    min-width: 55%;
    z-index: 10;
    transform: translateY(-50%);
  }
  .call-to-action .call-to-action-big-img img {
    margin: 0;
  }
  .call-to-action .call-to-action-content {
    text-align: left;
    padding: 25px 0;
  }
}
@media (min-width: 1024px) {
  .call-to-action {
    padding: 35px 0;
  }
  .call-to-action .call-to-action-title {
    font-size: 25px;
  }
  .call-to-action .call-to-action-content {
    text-align: left;
    padding: 0;
  }
  .call-to-action .call-to-action-big-img {
    top: 20%;
  }
}
@media (min-width: 1200px) {
  .call-to-action .call-to-action-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  .call-to-action .call-to-action-title {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 !important;
  }
  .call-to-action .call-to-action-view-btn a {
    margin-left: -20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1430px) {
  .call-to-action .call-to-action-big-img {
    top: -10px;
    left: 8px;
  }
}
/*---------- features Section---------*/

.features {
	padding: 40px 0;
}
.features .features-box:last-child {
  padding-bottom: 0;
}
.features .features-title {
  padding-bottom: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  padding-top: 15px;
}
.features .card-text {
  text-align: center;
}
.features .features-box img {
  width: 50px;
}

.content-product-features-img {
  margin: 13px 0;
}

@media (max-width: 1024px) {
  .features .features-body {
    padding: 0 12px;
  }
  .features .features-title {
    font-size: 18px;
    line-height: 28px;
  }

  .product-features .content-product-features-img {
    margin: 8px 0 18px;
  }
}
@media (min-width: 768px) {
  .features {
    padding: 80px 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .features .features-box img {
    width: auto;
  }
  .features .features-title {
    font-size: 24px;
    line-height: 34px;
  }
}


/*---------- services Section---------*/
.services {
  padding-top: 17px;
}
.services-boxes {
  flex-wrap: wrap;
}
.services .services-box {
  flex-basis: 50%;
  padding-left: 15px;
  margin-bottom: 15px;
}
.services .services-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #2acb35;
  border-radius: 10px;
}
.services .services-container-title {
  margin-bottom: 22px;
  margin-top: 8px;
  text-align: center;
}
.services .services-container-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
  font-size: 14px;
}
.services .services-container-title .page-main-title {
  font-size: 20px;
  font-weight: 600;
}
.services .services-box-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.services .offer-limit {
  font-size: 20px;
  margin: 5px;
}
.services .about-content {
  margin-top: -5px;
}
.services .services-box-title {
  padding-bottom: 5px;
}
.services .offer-limit {
  font-size: 14px;
}
.services .product-offers-btn a {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
}
.services .services-big-img {
  margin-top: 10px;
}

@media (max-width: 575px) {
  .services {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  iframe {
	max-width: 100%;
	border-width: 0px;
	height: auto;
}
  .features {
	padding-top: 60px;
	padding-bottom: 40px;
}
}
@media (min-width: 768px) {
  .services {
    padding: 80px 0 80px;
  }
  .services .services-container-title {
    text-align: left;
  }
  .services .services-container-title .page-sub-title {
    line-height: 1;
  }
  .services .services-box-title {
    line-height: 1;
    padding-bottom: 5px;
  }
  .services .services-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .services {
    padding: 43px 0 37px;
  }
}
@media (min-width: 1200px) {
  .services .services-container-title .page-sub-title {
    font-size: 24px;
    line-height: 34px;
  }
  .services .services-container-title .page-main-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  .services .services-box {
    margin-bottom: 28px;
  }
  .services .offer-limit {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
  }
  .services .product-offers {
    font-size: 24px;
    line-height: 34px;
    padding-right: 45px;
    font-weight: 600;
  }
  .services .services-box-bottom-top {
    border-top: 1px solid #c8c8c8;
    margin-top: 4px;
    padding-top: 13px;
  }
  .services .services-box-title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
  }
  .services .services-offer-text-highlights {
    font-size: 24px;
    font-weight: 500;
  }
  .services .product-offers-btn a {
    padding: 12px 32px !important;
  }
  .services .product-offers-btn {
    margin-top: 9px;
  }

}
@media (max-width: 768px) {
  .services {
    padding: 80px 0 80px;
  }
  .services .page-sub-title {
    line-height: 24px;
  }
  .services .page-main-title {
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .services .services-box-title {
    padding-bottom: 8px;
  }
  .services .services-box {
    flex-basis: inherit;
    padding-left: 22px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .services .services-box .services-box-title {
    font-size: 16px;
  }
  .services .product-offers {
    font-weight: 500;
    font-size: 16px;
  }
  .services .offer-limit {
    font-size: 20px;
  }
  .services .services-container-title .page-main-title {
    font-size: 18px;
  }
}

/*---------- about Section---------*/
.about-section {
  background-color: #333740;
  background-size: cover;
  text-align: left;
}
.about-section .about-content-title {
  margin-top: 15px;
  font-size: 20px;
  padding-bottom: 15px;
  color: #fff;
}
.about-section .about-content-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  background: white;
  border-radius: 20px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .about-section {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .about-section {
    padding: 80px 0;
    text-align: left;
  }
  .about-section .about-content-title {
    margin-top: 0;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about-section .about-content-title:before {
    left: 0;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .about-section .about-content-title {
    font-size: 47px;
    line-height: 57px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .about-section .about-content p {
    margin-bottom: 25px;
  }
  .about-section .about-section-btn {
    margin-top: 16px;
    padding: 14px 48px !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    /*color: #333740 !important;*/
  }
  .about-section .about-section-btn i {
    font-size: 18px;
  }
  .about-section .about-section-btn:hover {
    color: #fff !important;
  }
  .about-section #video {
    margin-top: 10px;
  }
  .about-section .about-section-area {
    padding-left: 31px;
  }
  .about-section .about-section-text-area p {
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .about-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .about-section {
	padding: 80px 0 80px;
}
}
@media (max-width: 1024px) {
  .about-section .about-section-area {
    padding-left: 28px;
  }
  .about-section .about-section-btn {
    border-color: #333740;
    /*color: #333740 !important;*/
    overflow: hidden;
  }
  .about-section .about-section-text-area {
    padding-bottom: 20px;
  }
  .about-section .about-section-text-area p {
    margin-bottom: 10px;
  }
}
/*---------- Product Features Section---------*/
.product-features {
  background: #f1f1f1;
  padding-bottom: 25px;
}
.product-features .media {
  margin: 10px 0;
  transition: 0.5s;
}
.product-features .media:hover {
  transform: translateY(-5px);
}
.product-features .media:hover .product-features-img,
.product-features .media:hover .media-body {
  background: #2acb35;
  color: white;
}
.product-features .media:hover .media-body {
  box-shadow: -36px 0px #2acb35, 0 0px 0px 0;
}
.product-features .media:hover .product-features-title {
  color: #fff;
}
.product-features .product-features-img {
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  transition: 0.5s;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}
.product-features .product-features-title {
  font-size: 14px;
  font-weight: 600;
}
.product-features .media-body {
  background: white;
  padding: 15px 9px;
  transition: 0.5s;
  box-shadow: -36px 0px #fff, 0 0px 0px 0;
}

.product-features .product-features-img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .product-features {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
}
@media (min-width: 768px) {
  .product-features {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .product-features {
    padding: 40px 0;
  }
  .product-features .product-features-title {
    line-height: 1;
  }
  .product-features .product-features-content {
    line-height: 20px;
  }
  .product-features .media-body {
    padding: 10px 10px;
  }
  .product-features .flex-lg-row-reverse:hover .media-body {
    box-shadow: 36px 0px #2acb35, 0 0px 0px 0;
  }
  .product-features .flex-lg-row-reverse:hover .product-features-title {
    color: #fff;
  }
  .product-features .flex-lg-row-reverse .media-body {
    box-shadow: 36px 0px #fff, 0 0px 0px 0;
  }
  .product-features .order-lg-1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .product-features .product-features-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0;
    /*color: #333740;*/
  }
  .product-features .product-features-content {
    line-height: 25px;
    /*color: #333740;*/
  }
  .product-features .media-body {
    padding: 15px 13px;
  }
  .product-features .flex-lg-row-reverse .media-body {
    padding: 15px 13px;
  }
  .product-features .product-features-main-title {
    padding-bottom: 10px;
  }
  .product-features .product-features-left {
    padding-right: 30px;
    margin-top: -21px;
  }
  .product-features .product-features-right {
    padding-left: 30px;
    margin-top: -21px;
  }
  .product-features-content {
    transition: 0.5s;
  }
  .product-features .flex-lg-row-reverse:hover .product-features-content {
    color: #fff;
  }
  .product-features .media:hover .product-features-content {
    color: #fff;
  }
  .product-features .media {
    margin: 20px 0;
  }
  .right-first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .product-features {
    padding: 80px 0 80px;
  }
  .product-features .page-title {
    margin-bottom: 33px;
  }
  .product-features .media-body {
    text-align: left !important;
  }
}
@media (max-width: 1024px) {
  .product-features .product-features-title {
    font-size: 16px;
  }
  .product-features .media-body {
    padding: 20px;
  }
  .product-features .media {
    margin: 15px 0;
  }
  .product-features .right-first-child {
    margin-top: 0;
  }
}
/*---------- Recommended Section---------*/
.recommended {
  padding-bottom: 2px;
}
.recommended .recommended-container-title {
  margin-bottom: 20px;
  text-align: center;
}
.recommended .recommended-container-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
  font-size: 14px;
}
.recommended .recommended-container-title .page-main-title {
  font-size: 18px;
  font-weight: 600;
}
.recommended .recommended-big-img {
  margin-bottom: 20px;
}
.recommended .recommended-box {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}
.recommended .recommended-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: #2acb35;
  transition: 0.5s;
}
.recommended .recommended-box:hover:before {
  height: 100%;
}
.recommended .recommended-box {
  text-align: center;
}

@media (max-width: 575px) {
  .recommended {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .vigo-pricing-table {
	width: 300px !important;
	margin: 0 auto !important;
	margin-bottom: 50px !important;
  }
  .vigo_price_el li {
      font-size: 14px;
  }
}
@media (min-width: 768px) {
  .recommended {
	padding: 80px 0 70px;
}
}
@media (min-width: 1024px) {
  .recommended {
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .recommended .recommended-box,
  .recommended .recommended-container-title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .recommended .recommended-box {
    padding: 15px;
  }
  .recommended .recommended-box p {
    line-height: 20px;
  }
  .recommended .recommended-container-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .recommended .recommended-container-title {
    margin-bottom: 60px;
    text-align: left;
    margin-top: 25px;
  }
  .recommended .recommended-container-title .page-sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .recommended .recommended-container-title .page-main-title {
    font-size: 24px;
    line-height: 34px;
    /*color: #333740;*/
    font-weight: 700;
  }
  .recommended .recommended-box {
    padding: 30px 30px 30px 20px;
    transition: 0.5s;
    text-align: left;
    margin-right: 25px;
  }
  .recommended .recommended-box:hover {
    transform: translateY(-10px);
  }
  .recommended .recommended-box-title {
    font-size: 18px;
    line-height: 28px;
    /*color: #333740;*/
    font-weight: 700;
  }
  .recommended .recommended-box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .recommended .recommended-right-box {
    margin-left: 5px;
  }

  .recommended-area {
    padding-left: 44px;
  }
}
@media (max-width: 768px) {
  .recommended {
	padding: 80px 0 80px;
 }
  .recommended .page-sub-title {
    line-height: 24px;
  }
  .recommended .page-main-title {
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .recommended .recommended-big-img {
    margin-top: 10px;
  }
  .recommended .recommended-box img {
    width: 115px;
  }
}
/*---------- Newsletter Section---------*/
.newsletter {
  background-color: #333740; 
  background-size: cover;
  background-position: center center;
}
.newsletter input[type=text],
.newsletter input[type=email] {
  text-align: center;
  margin-bottom: 10px;
}
.newsletter ::-webkit-input-placeholder {
  text-align: center;
  color: white;
}
.newsletter :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: white;
}
.newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: white;
}
.newsletter :-ms-input-placeholder {
  text-align: center;
  color: white;
}
.newsletter .justify-content-center .vigo-btn {
  background: #fff !important;
  font-weight: 500;
}
.newsletter .white-btn:hover {
  background: transparent !important;
  color: #2acb35 !important;
}
.newsletter input {
  font-size: 14px;
  background-color: #2acb35;
}
.newsletter input:focus {
  background-color: #2acb35;
}

@media (max-width: 575px) {
  .newsletter {
    padding-top: 17px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .newsletter {
    padding: 35px 0;
  }
  .newsletter input {
    padding: 7px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .newsletter {
    padding: 40px 0 30px;
  }
  .newsletter .page-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .newsletter {
    padding: 40px 0;
  }
  .newsletter input[type=text],
  .newsletter input[type=email] {
    margin-bottom: 0;
    padding: 10px;
  }
  .newsletter .vigo-btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .newsletter input[type=text],
  .newsletter input[type=email] {
    font-size: 24px;
    line-height: 34px;
    padding: 13px !important;
  }
  .newsletter .vigo-btn {
    font-size: 24px;
    padding: 15px 40px !important;
  }
  .newsletter .newsletter-input {
    margin: 0 10px;
  }
}
@media (min-width: 1400px) {
  .newsletter input[type=text],
  .newsletter input[type=email] {
    padding: 22px;
  }
}
/*---------- Newsletter Section---------*/

.gallery , .vigo_post,
.gallery .gallery-filter-btn-group {
  width: 100%;
  justify-content: center;
}
.gallery .gallery-filter-btn-group .btn-secondary {
  background: transparent;
  color: #333740;
  font-size: 13px;
  padding: 4px;
}
.gallery .gallery-filter-btn-group .btn-secondary:hover {
  background-color: transparent;
  color: #2acb35;
}
.gallery .item-desc {
  font-size: 14px;
}
.gallery .gallery-category {
  font-size: 12px;
}
.gallery .filtr-item {
  padding: 0 0px 10px;
}
.gallery .gallery-content-box {
  margin-bottom: 5px;
  padding: 5px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}
.gallery .gallery-overlay:hover:before {
  opacity: 1;
}
.gallery .gallery-overlay:hover .search-icon {
  opacity: 1;
}
.gallery .gallery-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background: rgba(42, 203, 53, 0.7);
}
.gallery .gallery-overlay .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .gallery {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .gallery, .vigo_post {
    padding: 80px 0 22px;
  }
  .gallery .gallery-filter-btn-group {
    text-align: center;
    display: inline-block;
  }
  .gallery .gallery-filter-btn-group .btn-secondary {
    padding: 15px;
  }
  .gallery .gallery-content-box {
    margin-bottom: 15px;
  }
  .gallery .item-desc {
    line-height: 1;
  }
  .gallery .gallery-menu-box {
    display: inline-block;
    padding-left: 58px;
    padding-right: 58px;
    margin-bottom: 13px;
    margin-top: 10px;
    box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
  }
}
@media (min-width: 1024px) {
  .gallery, .vigo_post  {
    padding: 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .gallery, .vigo_post {
    padding: 40px 0 14px;
  }
  .gallery .item-desc {
    font-size: 18px;
  }
  .gallery .gallery-content-box {
    padding: 15px 0;
  }
  .gallery .gallery-content-box {
    margin-bottom: 30px;
  }
  .gallery .gallery-menu-box {
    display: inline-block;
    padding-left: 58px;
    padding-right: 58px;
    margin-bottom: 13px;
    margin-top: 10px;
    box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
  }
}
@media (min-width: 1200px) {
  .gallery .vigo_post {
	padding: 100px 0 70px;
}
  .gallery .gallery-category {
    font-size: 18px;
    line-height: 28px;
    /*color: #333740;*/
  }
  .gallery .gallery-filter-btn-group .btn-secondary {
    font-size: 24px;
    padding: 20px 30px;
  }
  .gallery .gallery-filter-btn-group {
    margin-bottom: 26px;
  }
  .gallery .filtr-container {
    margin-top: 20px;
  }
  .gallery .item-desc {
    /*color: #333740;*/
    font-size: 24px;
    line-height: 34px;
  }

  .gallery-hover {
    transition: 0.5s;
    display: inline-block;
  }
  .gallery-hover:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 1024px) {
  .gallery, .vigo_post {
    padding: 80px 0 40px;
  }
  .gallery .gallery-content-box {
    padding: 15px 0 10px;
  }
}
/*---------- Pricing Table Section---------*/
.vigo-price {
  padding-top: 0;
  padding-bottom: 15px;
}
.vigo-price .list-group {
  margin-bottom: 10px;
}
.vigo-price li {
  padding: 2px 0;
  font-size: 12px;
}
.vigo-price li .pricing {
  padding: 0 0 10px;
}
.vigo-price .vigo-pricing-table {
  margin: 10px 0;
  padding: 15px 10px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}
.vigo-price .pricing-icon-box {
  height: 65px;
  margin-bottom: 8px;
}
.vigo-price .price-package {
  padding: 5px 0;
  font-weight: 700;
}
.vigo-price .price-package:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: transparent;
}
.vigo-price .price-package p {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
.vigo-price .vigo-btn {
  padding-left: 16px;
  padding-right: 16px;
}

.vigo-price .pricing-icon-box {
  height: 50px;
}
.vigo-price .pricing-icon-box img {
  width: 65px;
}

@media (max-width: 575px) {
  .vigo-product {
    padding-top: 20px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .vigo-price {
    padding: 0 0 26px;
  }
  .vigo-price .price-package:before {
    background: #c7c7c7;
  }
}
@media (max-width: 768px) {
  .vigo-price {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .vigo-price {
    padding: 0 0 32px;
  }
}
@media (min-width: 1200px) {
  .vigo-price li {
    font-size: 24px;
    line-height: 34px;
    padding: 0;
  }
  .vigo-price li .pricing {
    font-weight: 900;
    font-size: 34px;
    padding-bottom: 23px;
    padding-top: 10px;
    /*color: #333740;*/
  }
  .vigo-price .vigo-pricing-table {
    padding: 50px 0;
    transition: 0.5s;
    border-bottom: 7px solid transparent;
  }
  .vigo-price .vigo-pricing-table:hover {
    transform: translateY(-7px);
    border-bottom: 7px solid #2acb35;
    box-shadow: 0px 0px 44px -8px rgba(51, 51, 51, 0.34118);
  }
  .vigo-price .pricing-icon-box {
    margin-bottom: 40px;
  }
  .vigo-price .price-package p {
    /*color: #333740;*/
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  .vigo-price .pricing-order-now {
    padding-top: 16px;
  }
  .vigo-price .vigo-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vigo-price .vigo-price li .pricing {
    line-height: 44px;
  }
  .vigo-price .list-group-item .highlight-text {
    /*color: #333740;*/
  }
}
/*---------- Process Section---------*/
.process {
  background-color: #333740;
  background-size: cover;
  background-position: center center;
  padding-bottom: 7px;
}
.process .process-box {
  margin-bottom: 15px;
}
.process .process-box img {
  margin-bottom: 5px;
  width: 40px;
}
.process .page-title {
  margin-bottom: 10px;
}
.process .row div:last-child .process-box:before {
  content:none;
}
.process .page-title:before {
  display: none;
}

@media (min-width: 768px) {
  .process {
    padding: 35px 0;
  }
  .process .process-box {
    margin-bottom: 0;
  }

  .process-box:before {
    content: "";
    position: absolute;
    right: 0;
    border-left-style: dashed;
    border-color: #2acb35;
    border-width: 2px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .process {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }
}
@media (max-width: 768px) {
  .process {
    padding: 40px 0 38px;
  }
}
@media (min-width: 1024px) {
  .process {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .process .process-box {
    margin-top: 28px;
  }
  .process .process-box img {
    width: auto;
    transition: 0.5s;
  }
  .process .process-box p {
    font-size: 24px;
    margin-top: 5px !important;
  }
  .process .process-box:hover img {
    transform: translateY(-10px);
  }
}
/*---------- Ingredients Section---------*/
.ingredients .accordion-menu {
  padding: 10px;
  color: #333740;
  font-weight: 700;
}
.ingredients .item {
  margin-bottom: 13px;
}
.ingredients .item a {
  transition: 0.5s;
}
.ingredients .item a:hover {
  text-decoration: none;
}
.ingredients .item a .subtitle {
  font-size: 13px;
  display: none;
}
.ingredients .accordion-menu {
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}
.ingredients .collapsed {
  background: white;
}
.ingredients .accordion-content {
  padding: 10px;
}
.ingredients .accordion-content {
  background: #2acb35;
  padding: 5px 20px 15px 10px;
  color: white;
}
.ingredients .active {
  background: #2acb35;
  color: white !important;
}
.ingredients .active .subtitle {
  display: block !important;
}
.ingredients .active i {
  transition: 0.5s;
  transform: rotate(45deg);
}
.ingredients .ingredients-Name {
  margin-bottom: 20px;
  font-size: 14px;
}
.ingredients .active {
  padding-bottom: 3px;
}

@media (max-width: 575px) {
  .ingredients {
    padding-top: 60px !important;
    padding-bottom: +60px !important;
  }
  .vigo-product {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
  .certification {
	padding-bottom: 60px;
}
}
@media (min-width: 768px) {
  .ingredients {
    padding: 80px 0;
  }
  .ingredients .ingredients-name {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .ingredients {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .ingredients .ingredients-Name {
    margin-bottom: 20px;
  }
  .ingredients .accordion-menu {
    font-size: 18px;
    padding: 26px 45px;
  }

  .ingredients .ingredients-Name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .ingredients .accordion-content {
    padding: 0px 55px 25px 46px;
  }

  .ingredients .item a .subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }

  #vigoaccordion .active {
    padding-bottom: 10px;
  }

  .vigoaccordion-content {
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .ingredients .accordion-content,
  .ingredients .active {
    padding-left: 15px;
  }
  .ingredients .ingredients-big {
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .ingredients {
    padding: 80px 0;
  }

  .ingredients .ingredients-big {
    margin: 0;
  }
  .ingredients .page-title {
    margin-bottom: 30px;
  }
}
/*---------- Testimonial Section---------*/
.testimonial {
  background-color: #333740;
  background-size: cover;
  background-position: center center;
}
.testimonial .owl-dots {
  text-align: center;
}
.testimonial .owl-dots div {
  width: 17px;
  height: 3px;
  margin: 0 5px;
  background: #acadb1;
  display: inline-block;
}
.testimonial .owl-dots .active {
  background: #2acb35;
  transition: 0.5s;
}
.testimonial .testimonial-content {
  margin-bottom: 10px
}
.testimonial .testimonial-box .quotes-img {
  width: 40px;
}
.testimonial-box i {
  font-size: 32px;
  margin-bottom: 10px;
}
.testimonial .author-meta .media-body {
  margin-top: 10px;
}
.testimonial .author-meta .media-body h5 {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}

@media (max-width: 575px) {
  .testimonial {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .testimonial {
    padding: 35px 0;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .author-meta h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .testimonial .testimonial-content {
    padding: 0 165px;
    margin-bottom: 20px
  }
  .testimonial .author-meta h5 {
    font-size: 24px;
  }
  .testimonial .author-meta p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial .owl-dots {
    margin-top: 30px;
  }
  .testimonial-box i {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .testimonial .testimonial-box .quotes-img {
    width: 64px;
  }
  .testimonial .author-meta .media-body h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  .testimonial .author-meta img {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .testimonial {
    padding: 40px 0 33px;
  }
}
/*---------- Certification Section---------*/
.vigo-product {
  padding-bottom: 0;
}
.vigo-product .page-title {
  padding-bottom: 12px;
}
.vigo-product .product-box {
  text-align: center;
}
.vigo-product .flexslider {
  margin-bottom: 0;
  border: 0;
}
.vigo-product .flex-active-slide img {
  transition: 0.5s;
  box-shadow: 0px 1px 22px -1px rgba(0, 0, 0, 0.21);
}
.vigo-product .flex-direction-nav a {
  margin: -12px 0 0 !important;
}
.vigo-product .vigo-small-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vigo-product .product-box {
  margin-top: 10px;
}
.vigo-product .rating_subtitle {
  margin-left: 5px;
  font-size: 14px;
}
.vigo-product .product-price {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 800;
}
.vigo-product .product-content {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  padding-left: 10px;
  padding-right: 10px;
}
.vigo-product .product-view {
  overflow: hidden;
}
.vigo-product .product-box-content .flexslider .slides > li {
  margin-right: 15px !important;
}
.vigo-product input {
  background: #f1f1f1;
  border-radius: 5px;
}
.vigo-product input:focus {
  background: #f1f1f1;
}
.vigo-product input[type=text],
.vigo-product input[type=email] {
  text-align: center;
}
.vigo-product ::-webkit-input-placeholder {
  text-align: center;
}
.vigo-product :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.vigo-product ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

@media (min-width: 768px) {
  .vigo-product {
    padding: 80px 0 0;
  }
  .vigo-product input {
    padding: 6px;
  }
  .vigo-product .product-view {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
  }
  .vigo-product .product-box {
    text-align: left;
  }
  .vigo-product .page-title {
    padding-bottom: 30px;
  }
  .vigo-product .product-quantity {
    margin-bottom: 18px;
  }
  .certification {
	padding: 80px 0px;
}
}
@media (min-width: 1400px) {
  .vigo-product .product-box-title h5 {
  	font-size: 24px;
  	line-height: 24px;
  	margin-bottom: 15px;
  }
  .vigo-product .product-content {
    padding-top: 23px;
    padding-bottom: 40px;
    margin-top: 15px;
  }
  .vigo-product .vigo-btn {
    font-size: 24px;
  }
  .vigo-product .product-view {
    margin-top: 10px;
    padding-top: 18px;
  }
  .vigo-product .slides > li {
    transition: 0.5s;
  }
  .vigo-product .slides > li:hover {
    transform: translateY(-5px);
    box-shadow: -1px 3px 22px -1px rgba(0, 0, 0, 0.21);
  }
  .vigo-product .product-price {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
  }
}
@media (max-width: 768px) {
  .vigo-product {
	padding: 80px 0 0px;
}
}

@media (max-width: 575px) {
.certification {
	padding: 80px 0px;
}
}
/*---------- Certification Section---------*/
.certification .certification-img-box {
  margin-bottom: 15px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.21);
}

@media (min-width: 1200px) {
  .certification .certification-img-box {
    margin-top: 10px !important;
    margin-bottom: 0;
  }

  .certification .certification-img-box {
    transition: 0.5s;
  }
  .certification .certification-img-box:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .features-box {
	margin-bottom: 30px;
}
} 
@media (min-width: 768px) {
  .features-box {
	margin-bottom: 30px;
}
}
@media (max-width: 480px){
.call-to-action .call-to-action-title {
	margin: 15px 0 15px !important;
}
  .vigo_price_el li {
	font-size: 15px !important;
}
  .vigo_price_el .vigo-pricing-table {
	margin: 10px auto !important;
	width: 300px;
}
}


/*---------- Post Grid Section---------*/
.vigo_post .post_content {
  font-size: 15px;
  line-height: 25px;
  padding: 30px 30px 35px;
}
.vigo_post .post-item {
  margin-bottom: 30px;
}
.vigo_post .post_list_item {
  transition: 0.5s;
} 
.vigo_post .post_list_item:hover {
  transform: translateY(-10px);  
}
@media (min-width: 1200px) {
    .vigo_post .vigo-btn {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    .btn-area {
        margin-top: 20px;
    }
}


/*---------- Blog Section---------*/
.right_sidebar .widget-title {
  font-size: 22px;
  font-weight: 700;
}
.grid-sizer {
    width: 1px;
}
.blog-items {
    padding: 0 10px 20px;
}
.mas-col-3 {
    width: 24.9%;
}
.mas-col-4 {
    width: 33.33%;
}
.mas-col-6 {
    width: 50%;
}
.entry-content p {
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
    .blog-items {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .blog-items {
        width: 100%;
    }
}
.blog-items figure {
    margin-bottom: 0;
}

.blog .post_content {
  font-size: 15px;
  line-height: 25px;
  padding: 30px 30px 35px;
}
.vigo_single_page .page_content {
    padding-top: 5px;
}
.post_list_item .post_content h3, .archive_list_item .post_content h3,
.search_list_item .post_content h3 {
  font-size: 24px;
  font-weight: 700;
  transition:0.3s;
}
.post_list_item .post_content h3:hover, .archive_list_item .post_content h3:hover,
.search_list_item .post_content h3:hover {
  color:#2acb35;
}
.vigo_post_container, .vigo_page_container, .vigo_search_container, .vigo_404_container, .vigo_archive_container {
  background: #f2f3f9;
  padding: 80px 0px;
}
.post_list_item, .search_list_item, .archive_list_item, .vigo_single_post, .vigo_single_page, .vigo_error_404 {
    background: #fff;
    box-shadow: 0px -2px 5px 0px rgba(101, 114, 129, 0.07);
}
.vigo_single_post, .vigo_single_page {
  margin-bottom: 30px;
}
.vigo_single_post .post_content_main, .vigo_single_page .page_content_main, .search_list_item .post_content,
.archive_list_item .post_content, .vigo_error_404 {
  padding: 40px 30px 30px;
}
.post_list_item a:hover, .search_list_item a:hover, .archive_list_item a:hover, .vigo_single_post a :hover{
    text-decoration: none;
}
.post_meta::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  content: "";
  height: 2px;
  background: #2acb35;
  transform: translate(-50%);
}
.post_meta {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 20px;
}
.post_meta a, .post_meta span,
.post_meta_footer a, .author_social a {
  font-size: 16px;  
  font-weight: 500;
  transition: 0.3s;
}
.post_content .post_meta a, .post_content .post_meta span,
.page_content .post_meta a, .page_content .post_meta span {
  padding: 0px 9px;
  color: #7e7e7e;
}
.post_meta_footer a, .author_social a {
  margin-right: 24px;
  color: #606060;
}
.post_meta a:hover{
    color: #333740;
}
.search_list_item .post_content, .archive_list_item .post_content {
    padding-top: 30px;
}
.search_list_item .post_meta::after, .archive_list_item .post_meta::after {
    left: 40px;
}
.search_list_item .post_meta a, .search_list_item .post_meta span,
.archive_list_item .post_meta a, .archive_list_item .post_meta span {
    padding-left: 0px;
}

/*---------- Blog Section---------*/
/*---------- Breadcrumb Section---------*/
.banner{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
    z-index: 1;
}
.banner:before{
    background: rgba(8, 8, 8, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
section..banner{
    padding: 0px;
}
.banner h3 {
  font-size: 36px;
  color: #2acb35;
  text-transform: uppercase;
  font-weight: 700;
}
.banner h3 span{
  color: #fff;
}
/*---------- Breadcrumb Section---------*/

/*---------- Right Sidebar ---------*/
.vigo_pagination ul li {
  display: inline-block;
  margin-right: 24px;
}
.vigo_pagination ul li a {
  font-size: 16px;
  color: #606060;
  display: block;
}
.vigo_pagination ul li.active a {
  color: #2acb35;
}
.post_thumbnail a {
  display: inline-block;
    overflow: hidden;
}
.vigo_pagination ul li a:hover{
    color: #2acb35;
    text-decoration: none;
}
.vigo_pagination {
  margin-top: 30px;
}
.vigo_pagination ul{
    padding-left: 0px;
}

/*---------- cntct form 7 login ---------*/
#loginform label {
  display: block;
}
#user_login, #user_pass {
  height: 50px;
  width: 70%;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.login-submit input {
  height: 40px;
  padding: 0px 40px;
  background: #2acb35;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.login-submit input:hover {
  border: 1px solid #2acb35;
  color: #2acb35;
  background: transparent;
}
.search-form input{
  margin-bottom: 0px;
}
.search-form button {
  top: 26px;
}
.search-form button span{
  color: #2acb35;
}

/*---------- Right Sidebar ---------*/
/*---------- Widget ---------*/
.widget {
  margin-bottom: 40px;
  padding: 30px 30px 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px -2px 5px 0px rgba(101, 114, 129, 0.07);
}
.widget-title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
.widget-title::after {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  content: "";
  background: #2acb35;
  bottom: -3px;
  margin-left: -20px;
}
.widget_media_gallery .gallery {
  padding: 0px;
}
.widget.widget_media_gallery .gallery .gallery-item {
  padding: 0 15px;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.widget_archive ul, .widget_categories ul,
.widget_pages ul, .widget_meta ul, .widget_recent_comments ul,
.widget_recent_entries ul, .widget_rss ul, .widget_search ul,
.widget_nav_menu ul {
  padding: 0px;
}
.widget_archive ul li, .widget_categories ul li,
.widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li,
.widget_recent_entries ul li, .widget_rss ul li, .widget_search ul li,
.widget_nav_menu ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.widget_archive ul li a, .widget_categories ul li a,
.widget_pages ul li a, .widget_meta ul li a, .widget_recent_comments ul li a,
.widget_recent_entries ul li a, .widget_rss ul li a, .widget_search ul li a,
.widget_nav_menu ul li a {
  display: inline-block;
  width: 90%;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child,
.widget_pages ul li:last-child, .widget_meta ul li:last-child, .widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child, .widget_rss ul li:last-child, .widget_search ul li:last-child,
.widget_nav_menu ul li:last-child{
  border-bottom: none;
}
.widget .children {
  margin: 0;
}

.widget_search input, .search-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 0px 30px;
  padding-right: 95px;
}
.widget_search button, .search-form button {
  position: absolute;
  border: none;
  cursor: pointer;
  background: transparent;
  right: 30px;
  height: 30%;
  color: #2acb35;
  padding-left: 30px;
  border-left: 1px solid #969696;
}
.widget .vigo-btn .wpcf7-submit {
    border: none;
    background: transparent;
    color: #ffffff;
    transition: 0.5s;
}
.widget .vigo-btn:hover .wpcf7-submit {
  color: #2acb35;
}
.widget_search button{
  top: 18px;
}
.widget_search button span{
    vertical-align: top;
}
.widget.sidebar_widget_search {
  padding: 0px;
  border: none;
}
.widget_search form {
  position: relative;
}
.widget_recent_comments ul li a {
  line-height: 24px;
  width: auto;
}
.widget_calendar table {
    width: 100%;
    text-align: center;
}
.widget_calendar table th {
    text-align: center;
}
.widget_calendar table caption {
    padding-left: 20px;
}
.widget_archive select, .widget_categories select, .widget_text select {
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  opacity: 1;
  border-radius: 3px;
}

.widget_recent_entries ul li {
  list-style: none;
}
.widget_recent_entries ul li a {
  display: block;
}
.widget ul li {
  padding: 8px 0px;
}
input:focus, button:focus{
  outline: none;
}
.widget_recent_entries ul li a:hover {
  color: #2acb35;
}
.widget_recent_entries ul li:last-child a{
  border-bottom: none;
}
.sidebar_catagory_list ul li a span {
  float: right;
}
.widget_recent_entries ul {
  padding-left: 0;
}
.widget_tag_cloud a {
    padding-right: 2px;
}
.single_latest_post_img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.single_latest_post_content {
  display: inline-block;
  width: calc(100% - 97px);
  vertical-align: middle;
  padding-left: 10px;
}
.single_latest_post_img a:hover img {
  transform: scale(1.1);
}
.single_latest_post_content a {
  font-size: 18px;
  line-height: 24px;
}
.single_latest_post_content a:hover {
  color: #2acb35;
}
.single_latest_post_content a span {
  display: block;
  font-size: 16px;
  color: #898686;
  font-style: italic;
}
.single_latest_post {
  padding: 20px 0px;
}
.single_latest_post {
  padding: 20px 0px;
  border-bottom: 1px dashed #ddd;
}
.single_latest_post:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
}
.single_latest_post:first-child {
  padding-top: 0px;
}
.widget_follow_form input {
  width: 100%;
  height: 44px;
  padding: 0px 20px;
  border-radius: 30px;
  border: none;
  background: #eee;
  margin-bottom: 14px;
}
.widget_follow_form input[type="submit"] {
  background: #2acb35;
  border: none;
  color: #ffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.widget_follow_form input[type="submit"]:hover {
  border: 1px solid #2acb35;
  background: transparent;
  color: #818181;
    box-shadow: none;
}
.widget_follow_social {
  text-align: center;
  margin-top: 10px;
}
.widget a:hover {
  text-decoration: none;
  color: #2acb35;
}
.widget_follow_social a {
  width: 39px;
  height: 39px;
  display: inline-block;
  border: 1px solid #b7b7b7;
  line-height: 39px;
  border-radius: 50%;
  margin: 0px 5px;
  color: #4e4e4e;
}
.widget_follow_social a:hover{
  background: #2acb35;
  border: 1px solid #2acb35;
  color: #fff;
}

/*---------Footer Widget-----------*/
.footer_widget_col:before {  
  position: absolute;
  right: 0;
  top: 30%;
  width: 2px;
  height: 40%;
  content: "";
  background-color: #2acb35;
}
.footer_widget_col {
  padding: 0 15px;
}
footer .widget {
  margin-bottom: 35px;
  padding: 30px 0 35px 0;
  border-radius: 5px;
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

@media (max-width: 768px){
  footer .widget {
    margin-bottom: 15px;
    padding: 15px 0 15px 0;
  }
}
/*.widget .widget-title a {
  color: #fff;
}*/
footer .tagcloud a {
  color: #fff;
}
footer .widget_recent_comments ul li a {
  line-height: 47px;
}
footer .widget-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
footer .widget-title .rsswidget {
  color: #ffffff;
}
footer .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  margin-left: 0;
}
.widget_archive ul, .widget_categories ul,
.widget_pages ul, .widget_meta ul, .widget_recent_comments ul,
.widget_recent_entries ul, .widget_rss ul, .widget_search ul,
.widget_nav_menu ul {
  padding: 0px;
}
.widget_archive ul li, .widget_categories ul li,
.widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li,
.widget_recent_entries ul li, .widget_rss ul li, .widget_search ul li,
.widget_nav_menu ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
footer .widget_archive ul li a, footer .widget_categories ul li a,
footer .widget_pages ul li a, footer .widget_meta ul li a, footer .widget_recent_comments ul li a,
footer .widget_recent_entries ul li a, footer .widget_rss ul li a, footer .widget_search ul li a,
footer .widget_nav_menu ul li a {
  color: #ffffff;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child,
.widget_pages ul li:last-child, .widget_meta ul li:last-child, .widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child, .widget_rss ul li:last-child, .widget_search ul li:last-child,
.widget_nav_menu ul li:last-child{
  border-bottom: none;
}
footer a:hover {
  color: #2acb35 !important;
}

.widget ul li .children {
  padding-left: 30px;
}
.widget_categories ul li .children li a {
  line-height: 35px;
}
@media (min-width: 1200px) {
  footer .widget-title{
    font-size: 34px;
  }
}
/* Comment---*/
.comment-form textarea {
    width: 100%;
    height: 133px;
    resize: none;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.input-form-field {
    display: inline-block;
    width: calc(50% - 2px);
    padding: 15px;
    
}
.input-form-field:last-child {
    padding-right: 0px;
}
.input-form-field:first-child {
    padding-left: 0px;
}
.comment-form-author input,.comment-form-email input,
.comment-form-url input {
    width: 100%;
    height: 55px;
    padding: 0px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.comment-form-email{
    display: inline-block;
    padding-left: 15px;
}
.comment-form-author, .comment-form-email {
    display: inline-block;
    width: calc(50% - 2px);
}
.comment-respond .submit {
    font-size: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border: none;
    background: #2acb35;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}
.comment-form-author{
    padding-right: 15px;
}
.comment-respond {
    background: #fff;
    padding: 50px 30px;
}
.comment-reply-title h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.comment-reply-title h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #2acb35;
    content: "";
}
.comment-body {
    position: relative;
}
.comment-author .avatar {
    height: 80px;
    position: relative;
    top: 0.25em;
    width: 80px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
.comment-author a {
    font-size: 18px;
    display: block;
}
.comment-metadata a, .comment-respond .logged-in-as a{
    font-size: 14px;
    color: #777777;
}
.comment-metadata .edit-link {
    padding-left: 10px;
}
.comment-body .comment-meta {
     padding: 15px 0px 5px;
}
.comment-content {
    padding-left: 100px;
}
.comment-content {
    padding-left: 100px;
    font-size: 16px;
    color: #606060;
}
.comment-author b {
    display: inline-block;
    padding-right: 10px;
}
.reply {
    position: absolute;
    right: 30px;
    top: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.reply a {
    font-size: 14px;
    color: #2acb35;
    font-weight: 500;
}
.children {
    padding-left: 60px;
    margin: 25px 0px;
}
.comments-area ul {
    list-style: none;
}
.comment-list {
    padding: 130px 30px 50px;
    background: #fff;
    margin-bottom: 30px;
}
.comments-title,.comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.comments-title:after, .comment-reply-title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #2acb35;
    content: "";
}
.comment-reply-title {
    position: relative;
}
.comments-title {
    top: 50px;
    left: 30px;
    position: absolute;
}
#comments {
    position: relative;
}
.author_img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.author_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author_detail {
  display: inline-block;
  width: calc(100% - 134px);
    vertical-align: middle;
    padding-left: 30px;
}
.author_detail_area {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.author_detail h3 {
  font-size: 20px;
  /*color: #2acb35;*/
  font-weight: 700;
}
.author_quote {
  font-size: 16px;
  line-height: 26px;
}
.author_social a {
  font-size: 16px;
  color: #606060;
}
.author_social, .post_meta_right {
  display: inline-block;
}
.post_content_main .post_meta_footer {
  height: 82px;
  border-top: 1px solid #ddd;
  margin-bottom: -30px;
}
.post_meta_right {
  width: 65%;
  border-right: 1px solid #ddd;
  height: 100%;
  margin-right: 30px;  
  font-size: 16px;
  color: #606060;
  font-weight: 500;
}
.post_meta_right, .post_meta_footer .author_social {
  padding-top: 25px;
}
.post_meta_right .comment_meta, .post_meta_right .view_meta {
  display: inline-block;
}
.post_meta_right .view_meta {
  padding-right: 30px;
  float: right;
}
.comment_meta i, .view_meta i{
  margin-right: 10px;
}

.post_desc {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
}
.post_desc_li {
  padding: 15px 0px;
}
.post_meta_header {
  margin-bottom: 20px;
}
.post_meta_header i {
  color: #2acb35;
  margin-right: 10px;
  font-size: 16px;
}
.post_meta_header a{
  font-size: 15px;
}
.post_meta_header .author_meta, .post_meta_header .date_meta, .post_meta_header .categories_meta,
.post_meta_header .tags_meta {
  margin-right: 30px;
  display: inline-block;
}
.post_title, .page_title {
  margin-bottom: 10px;
}
.post_title h3, .page_title h3 {
  margin: 0px; 
  font-size: 24px;
  font-weight: 700;
}

.vigo_single_post .post_content {
  padding-top: 0px;
  margin-bottom: 20px;
}

/*---------- Right Sidebar ---------*/
.certification .certification-img-box {
  margin-bottom: 15px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.21);
}

@media (min-width: 1200px) {
  .certification .certification-img-box {
    margin-top: 10px !important;
    margin-bottom: 0;
  }
  .certification .certification-img-box {
    transition: 0.5s;
  }
  .certification .certification-img-box:hover {
    transform: translateY(-5px);
  }
}

/*-------------------------
  Responsive Section
---------------------------*/
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
  .header-meta button i,.header-meta i{
      background: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px !important;
      text-align: center;
      border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .right_sidebar {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .vigo_pagination {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .post_content .post_meta span {
    display: block;
  }
  .vigo_price_el li {
	font-size: 14px;
}
  .main-nav .vigo-btn{
    font-size:13px;
  }
  .about-section {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
  .vigo_pagination {
    margin-bottom: 40px;
    text-align: center;
  }
  .call-to-action .call-to-action-subtitle {
	margin-bottom: 16px !important;
	}
  h2.page-main-title {
	font-size: 26px !important;
}
  .features-box {
	margin: 30px 0px;
  }
  .comment-form-author {
    padding-right: 0;
  }
  .comment-form-author, .comment-form-email {
    width: 100%;
    padding: 0;
  }
  .post_title h3 {
    font-size: 30px !important;
  }
  .author_img {
      display: block;
      margin-bottom: 30px;
  }
  .author_detail {
      width: 100%;
      padding-left: 0px;
  }
  .post_meta_right .view_meta {
      padding-right: 30px;
      float: none;
  }
    .post_meta_right .comment_meta, .post_meta_right .view_meta {
      display: block;
  }
  .post_meta_right {
      padding-top: 10px;
  }
  .comment-author .avatar {
      height: 50px;
      width: 50px;
  }
  .comment-author .avatar {
      margin-right: 10px;
  }
  .children {
      padding-left: 20px;
      margin: 25px 0px;
  }
  footer.comment-meta {
      padding-bottom: 10px !important;
  }
  .comment-content {
      padding-left: 60px;
  }
  .header-meta button i,.header-meta i{
      background: #fff;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
  }
  .post_content_main .post_meta_footer {
      height: auto;
  }
  .post_meta_right {
      width: 100%;
  }
  .post_meta_footer .author_social {
      padding-left: 0;
      width: 100%;
  }
  .post_content_main .post_meta_footer {
    border-top: 0px solid #ddd;
    margin-bottom: 0;
  }
  .post_meta_right {
      border-right: 0px;
  }
  .reply {
      right: 0;
      top: 0;
  }
}

@media (min-width: 1200px){
  section.vc_section {
      padding: 94px 0 82px;
  }
}

@media (min-width: 1024px){
  section.vc_section {
      padding: 40px 0 30px;
  }
}

@media (max-width: 768px){
.certification {
	padding: 80px 0px;
}
}

/* Back To top */
.return-to-top {
  border-radius: 4px;
  position: fixed;
  height: 40px;
  width: 40px;
  background: #333740;
  color: #fff;
  text-align: center;
  line-height: 40px !important;
  right: 20px;
  bottom: -20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.return-to-top.back-top {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* section responsive */

@media (min-width: 1200px) {
  .services,
  .about-section,
  .ingredients,
  .testimonial,
  .vigo-product,
  .certification,
  .vigo_post {
    padding: 100px 0 100px;
  }

  .product-features,
  .recommended {
    padding: 100px 0 80px;
  }

  .features {
    padding: 100px 0 70px;
  }
  
  .gallery {
    padding: 100px 0 60px;
  }

  .vigo-price {
    padding: 100px 0 90px;
  }  

  .process,
  .newsletter,
  .call-to-action {
    padding: 50px 0 50px;
  }
  
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Responsive Styles
 * ---------------------------------------------------------------------------
 */
