/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

	.category-tag-dropdowns {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.category-tag-dropdowns label {
		margin-right: 5px;
	}
	.category-tag-dropdowns select {
		background-color: #f2f2f2;
		color: #919191;
		letter-spacing: 3px;
		font-weight: bold;
		font-size: 14px;
		border: none;
		border-radius: 3px;
		margin: 0 20px;
		-webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		  /* Add some styling */
		  
		  display: block;
		  width: 100%;
		  max-width: 200px;
		  font-size: 16px;
		  background-image: none;
		  -ms-word-break: normal;
		  word-break: normal;
		
	}
	/* arrows */
	
	select.classic {
	  background-image:
		linear-gradient(45deg, transparent 50%, #ffffff 50%),
		linear-gradient(135deg, #ffffff 50%, transparent 50%),
		linear-gradient(to right, #50B748, #50B748);
	  background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		100% 0;
	  background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	  background-repeat: no-repeat;
	}
	
	select.classic:focus {
	  background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		linear-gradient(to right, #50B748, #50B748);
	  background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		100% 0;
	  background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	  background-repeat: no-repeat;
	  border-color: grey;
	  outline: 0;
	}
	
	
.course-grid .course-item .course-content .course-meta>div.course-price .value.free-course, .widget-area .course-list-sidebar .course-price .value.free-course, .course-list .course-item .course-content .course-price .value.free-course, .course-megamenu .course-price .value.free-course, body .learn-press .course-payment .course-price .value.free-course, .learn-press .course-landing-button .course-price .value.free-course {
	display: none;
	}	
	
	.course-total, .cart-subtotal, .order-total, .total, .order, .orders  {
	display: none;
	}
	
.lp-checkout-sign-up-link, .lp-checkout-sign-in-link {
	float: right;
}
	
.lp-checkout-form__after {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.lp-button.green{background:#50B748 !important}
.learnpress-page .lp-button.green:hover{background:#242424 !important}
.meta-item-categories {display: none !important}
