/* 
Theme Name:		 QEDO GP child
Theme URI:		 https://qedo.eu/
Description:	 QEDO GP child is a child theme of GeneratePress
Author:			 QEDO
Author URI:		 https://qedo.eu/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 qedo-gp-child
*/


/* GeneratePress Site CSS */ /*archive page product hover effect*/
.inside-wc-product-image:after {
    content: "View Product";
    left: 0;
    right: 50%;
    bottom: 0;
    top: 0;
	  color: #ffffff;
    position: absolute;
    font-weight: 100;
    padding: 60% 10% 0 10%;
  	text-align: center;
	  opacity: 0;
	  border-left: 6px solid var(--accent);
	  transition: all 0.5s ease;
}

.inside-wc-product-image:hover:after {
	background-color: var(--hover-semi-trans-dark);
  opacity: 1; 
  right: 0;
}

/*front page hover semi-transparent effect*/
.has-trans-bg {
    position: relative;
}

.has-trans-bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	  background-color: var(--hover-semi-trans-light);
	  opacity: 0;
  	z-index:-2;
		transition: all 0.8s ease;	
}

.has-trans-bg:hover:after {
	opacity: 0.5;
}

/*front page hero container*/
.gb-container.hero-container {
	overflow: visible;
}

/* product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
}

/*front page menu color*/
@media (max-width: 1024px) {
	.home .main-navigation:not(.slideout-navigation) .main-nav ul li a, .home .menu-toggle, .home .main-navigation .menu-bar-items a {
    color: var(--base) !important;
	}
} /* End GeneratePress Site CSS */

.woocommerce-store-notice,p.demo_store {
	background-color: var(--accent);
}
