/**
* Theme Name: Masterstudy LMS Starter Child
* Description: This is a child theme of Masterstudy LMS Starter, generated by Merlin WP.
* Author: <a href="https://stylemixthemes.com/">StylemixThemes</a>
* Template: ms-lms-starter-theme
* Version: 1.1.15
*/

:root {
	--lms-sort-color: #8224e3 !important;
	--lms-sort-backgroundHover: #8224e3 !important;
}

.theme-ms-lms-starter-theme header {
  z-index: inherit;
  /* background: linear-gradient(90deg, rgb(255, 102, 196) 0%, rgb(105, 20, 215) 25%, rgb(105, 20, 215) 75%, rgb(18, 198, 231) 100%); */
  background: linear-gradient(90deg, rgb(255, 102, 196) 0%, rgb(105, 20, 215) 25%, rgb(105, 20, 215) 75%);
}

/* radius pulsanti */
body .masterstudy-buy-button, .stm_lms_courses__single--info_preview a {
  border-radius: 30px !important;
}


/* tabs elenco corsi */
/*.wp-block-masterstudy-courses-tab-options :is(.lms-courses-taxonomy-button, .lms-courses-taxonomy-tab).is-selected {
	background: var(--accent_color) !important
}
.wp-block-masterstudy-courses-tab-options :is(.lms-courses-taxonomy-button, .lms-courses-taxonomy-tab) {
	color: var(--accent_color) !important
}*/

