/**
Theme Name: Mojo Mingle Theme
Author: Isuru Indunil
Author URI: https://isuruindunil.me
Description: This is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios, and business websites. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mojo-mingle-theme
Template: astra
*/

/* Custom code from customize section brought over so all in 1 place */
.related span.onsale{
	background-color: #ffbd01 !important;
	padding: 0px 10px !important;
	border-radius: 0px 0px 12px 0px !important;
	left: 6px !important;
	top: 6px !important;
	font-weight: 700 !important;
	color: #644603 !important;
	font-size:12px !important;
}

span.wc-memberships-member-discount{
	background-color: #ffbd01 !important;
	padding: 0px 10px !important;
	border-radius: 0px 0px 12px 0px !important;
	left: 0px !important;
	top: 0px !important;
	font-weight: 700 !important;
	color: #644603 !important;
	font-size:16px !important;
}
@media(max-width:767px){
iframe#iframe-container {height: 1400px !important;}}
@media(max-width:540px){
iframe#iframe-container {height: 2100px !important;}}
@media(max-width:425px){
iframe#iframe-container {height: 3200px !important;}}

/* ULDIS 2024 */
/* Woocommerce aizvaakt dashboard pogu */
.woocommerce-MyAccount-navigation-link--dashboard{display:none;}
/* Learndash hide ribbons exclude completed */
.ribbon {display: none;}
.ribbon.enrolled {display: none;}
.ribbon.completed {display: block!important;}
/* Course title font size */
.ld-course-list-items .ld_course_grid h3.entry-title {font-size: 26px!important;}
/* Course grid roundness */
.ld-course-list-items .ld_course_grid .thumbnail.course {border-radius: 8px!important;}
/* Hide cpatcha logo */
.grecaptcha-badge {visibility: hidden;}
/* List style loosing from elementor bulletpoints fix */
ul {list-style: disc;}
/* Remove related products from single product page */
section.related.products {display: none!important;}