/**
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
	
}

/* css for gtranslate plugin */
.x-topbar p {margin-bottom: 1px;}
.glink.nturl.notranslate {color:white !important;}
.gt_switcher-popup.glink.nturl.notranslate img {width:20px!important;}
body .x-topbar .p-info a {border:0;}
.gt_container--nb4mwq a.glink span {color:white !important;}
.gt_white_content {background-color:black !important;}
.e-con-inner p {margin-bottom: 1px;}



