/*!
Theme Name: Growsass
Theme URI: https://www.devsnews.com/wp/growsass/
Author: BasicTheme
Author URI: https://themeforest.net/user/basictheme/portfolio
Description: Growsass - Software Landing Page WordPress Theme 
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: growsass
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

growsass is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Text meant only for screen readers. */

/* Navigation */
header .custom-logo {
  position: relative !important;
  width: 100% !important;
}

header .menu-item:last-of-type {
  background-color: rgb(29, 161, 60);
  border: 2px solid white;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 2px lightgray;
  padding: 0px 30px;
  transition: 0.5s all;
}

header .menu-item:last-of-type:hover {
  background-color: black;
}

.menu-item:last-of-type a {
  color: white !important;
}

/* Homepage */
.wpcf7 {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.wpcf7 form p label {
  text-align: center;
}

.wpcf7-submit {
  display: block;
  margin: auto;
}

.pricing__box.active .btn {
  background: #141515 !important;
}

/* Footer */
footer {
  background: #141515 !important;
}

#menu-about a:hover,
footer a:hover {
  color: rgb(29, 161, 60) !important;
}

.copyright__text {
  border-color: rgb(29, 161, 60);
}

/* My Account */
#customer_login .col-1,
#customer_login .col-2 {
  max-width: initial !important;
}

/* Plugins */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Woocommerce */
.single__features-img img {
  position: relative !important;
  width: 100% !important;
}

.single__features-content .f-title h2 {
  letter-spacing: inherit !important;
}

.inner__features .icon img,
.single__process-icon img {
  filter: invert(50%) sepia(87%) saturate(411%) hue-rotate(82deg)
    brightness(82%) contrast(100%);
}

.woocommerce-form-login p label {
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: contents !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  max-width: initial !important;
}

.woocommerce-order p a {
  text-decoration: underline;
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  padding: 25% !important;
}

.woocommerce form .show-password-input {
  right: 0.5em !important;
  top: 0.25em !important;
}

.single-product .blog-details-border,
.single-product .post-comments-form,
.related.products h2,
.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce button,
.btn.error-btn,
.add_to_cart_button,
.checkout-button {
  background-color: #46634d !important;
  border: 0px solid #46634d !important;
  color: white !important;
}

.woocommerce-store-notice {
  background-color: #46634d !important;
  padding: 0px !important;
}

.woocommerce button:hover,
.btn.error-btn:hover,
.add_to_cart_button:hover {
  background-color: black !important;
}

.woocommerce-error {
  padding-left: 50px !important;
}

@media (max-width: 990px) {
  /* Nav */
  .container-fluid {
    padding: 0px !important;
  }

  #menu-main-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
    padding: 0px !important;
  }

  .menu-main-menu-container {
    width: 100%;
  }

  #mobile-menu {
    display: flex !important;
  }

  /* Homepage */
  .access-title p {
    text-align: center;
  }

  .access-title .access-btn {
    display: flex;
    justify-content: center;
  }

  .access__info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .access__info-wrap {
    margin: auto;
    margin-bottom: 30px;
  }

  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}