/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Template:     astra
Note: The CSS files are loaded from assets/css/ folder.
Version:      1.0.52

*/

/* Hide WooCommerce Breadcrumbs */
.woo-breadcrumbs { display: none; }

/* Conditionally hide login / logout links in topbar based on login/logout status */
.wp-logout-url { display: none;}
.logged-in .wp-logout-url { display: inline; }
.logged-in .wp-login-url { display: none; }

/* Hide google recapcha badge */
.grecaptcha-badge { visibility: hidden; }

/* Disable copy/paste on learndash pages */
.single-sfwd-lessons , .single-sfwd-quiz {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

/* Hide BetterDocs FAQ Group Title */
.betterdocs-faq-title {
	display: none;
}

/* Search result page image size fix */
.search-results .product.has-post-thumbnail img {
	width:350px; 
  height:350px; 
	max-width:350px; 
  max-height:350px; 
}

/* Hide Learndash Avatar */
.ld-profile-avatar {
	display: none;
}

/* Gtranslate styling for Learndash focus mode. Code and div added direct to template file */
.sk-gtranslate {
	padding-left:10px;!important
	
}

/* Reduce WooCommerce product image size on tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .single-product div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .single-product div.product .woocommerce-product-gallery {
    width: 42% !important;
    max-width: 42% !important;
  }

  .single-product div.product .summary {
    width: 54% !important;
    max-width: 54% !important;
    margin-left: 4%;
  }

  .single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    height: auto;
  }
}
