/**
 * Theme Name:   Organic (Divi Child)
 * Theme URI:    https://organic.toretthemes.com
 * Description:  Organic (Divi Child)
 * Author:       Vladislav Musilek, Jan Drábek
 * Author URI:   https://toretthemes.com
 * Template:     Divi
 * Version:      1.0.2
 */

/* ----------------------------------------------------------------------------
 * Add your Child Theme css styles TEST
 * ------------------------------------------------------------------------- */

/*ROUNDED ICONS*/
.circle-image .et-pb-icon-circle {
  border-radius: 10px !important;
}

/*BLOG GRID*/
.blog-grid .et_pb_post .more-link {
  background: #c7f464;
  color: #000;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
}
.blog-grid .et_pb_post .more-link:hover {
  background: #000;
  color: #c7f464;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
}

.blog-grid .post-content p {
  margin-bottom: 30px;
}

/*MENU LOGO POSITION*/
.et_fullwidth_nav #main-header .container {
  padding-left: 0px;
}
.et_fullwidth_nav #main-header .container #logo {
  float: left;
}

li.subscription-option {
  width: 60%;
  display: block;
  margin: 10px 10px 10px 0px !important;
  background-color: #c7f464;
  border-style: solid;
  border-width: 2px;
  padding: 5px;
  border-color: #006837;
  font-weight: 700;
}
.one-time-option {
  width: 60%;
  display: block;
  padding: 10px 10px 10px 0px;
  background-color: #006837;
  border-style: solid;
  border-width: 2px;
  padding: 5px;
  border-color: #006837;
  color: #ffffff;
  font-weight: 700;
}
.subscription-option label {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .et_pb_fullwidth_header
    .et_pb_fullwidth_header_container.center
    .header-content {
    margin: 20px 0px auto;
    width: 100%;
    max-width: 800px;
  }
  li.subscription-option {
    width: 100%;
  }
  .one-time-option {
    width: 100%;
  }
}

/*MENU LOGO MOBILE HEIGHT*/
@media only screen and (max-width: 981px) {
  #logo {
    height: 100%; /*change this to adjust the size*/
    max-height: 100% !important; /* change this to adjust the size */
  }
}

/*MENU HAMBURGER COLOR*/
span.mobile_menu_bar:before {
  color: black !important;
}

/*MENU UNDERLINE*/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
#top-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  background: #000; /*** COLOR OF THE LINE ***/
  height: 3px; /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#top-menu li a:hover {
  opacity: 1 !important;
}
#top-menu li a:hover:before {
  right: 0;
}
#top-menu li li a:before {
  bottom: 10%;
}

/*GALLERY*/
.gallery-filter .et_pb_portfolio_filters li a.active {
  background-color: #c7f464;
}

.gallery-filter .et_pb_portfolio_filters li a:hover {
  background-color: #c7f464;
}

.gallery-filter .et_pb_portfolio_filters li a {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0px !important;
}

/*SHOP GRID*/
.shop-grid .woocommerce ul.products li.product .button {
  width: 100%;
  color: #ccc;
  background-color: #fff;
  border: 0px;
}

.shop-grid .woocommerce ul.products li.product .button:hover {
  width: 100%;
  color: #000 !important;
  background-color: #c7f464 !important;
}

.shop-grid .woocommerce ul.products li.product .button:hover::after {
  font-family: "ETmodules";
  content: "\e015";
  font-size: 20px;
  margin-left: 10px;
  padding-top: 5px;
}

.shop-grid .woocommerce ul.products li.product .button:after {
  font-family: "ETmodules";
  content: "\e015";
  font-size: 20px;
  margin-left: 10px;
  padding-top: 5px;
  color: #000;
}

.shop-grid .woocommerce ul.products li.product .price del {
  display: initial;
  margin-right: 5px !important;
}

.shop-grid .woocommerce ul.products li.product:hover {
  border: 1px solid #c7f464;
}

.shop-grid .woocommerce ul.products li.product:hover .button {
  background-color: #c7f464;
  color: #000;
}

/*SHOP MESSAGES*/
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-error {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}

/*SOCIAL ICONS CENTER*/

.social-icons.et_pb_social_media_follow {
  width: 100%;
  text-align: center;
  margin: 0 0 0 0;
}
.social-icons.et_pb_social_media_follow li {
  float: none;
  display: inline-block;
}

/*COMMENTS*/
#comment-wrap {
  padding-top: 50px;
}

#commentform textarea,
#commentform input[type="text"] {
  background-color: #fff;
  border: 1px solid #ccc;
}

#commentform textarea:focus,
#commentform input[type="text"]:focus {
  background-color: #fff;
  border: 1px solid #c7f464;
}

/*MOBILE MENU LOGO*/

@media (max-width: 980px) {
  .et_fullwidth_nav #main-header .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 20px;
    float: left;
  }
}

/*PRODUCT DETAIL*/
.woocommerce-Price-amount {
  color: #000 !important;
}

.woocommerce-page span.onsale {
  background-color: #52c600 !important;
}

.woocommerce div.product {
  padding: none !important;
  margin: none !important;
}