/*
Theme Name: Evently Child
Theme URI: https://evently.qodeinteractive.com/
Template: evently
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Description: A Modern Multi-Concept Event and Conference Theme
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.9.1637174680
Updated: 2021-11-17 18:44:40

*/

/* Start custom CSS that adds a semicircle with checkmark icon for bullet points */

.purple-checkmark-bullet-point {
	list-style-image: url("https://sbccsummit.org/wp-content/uploads/2022/10/circleWithCheckMark2.png");
}

.purple-checkmark-bullet-point li {
	font-size: 18px;
}

/* End custom CSS that adds a semicircle with checkmark icon for bullet points */

/* Start custom CSS that reduces the font size on the EE examples on this page: https://sbccsummit.org/en/showcase-on-entertainment-education/ 
 * 
 * Also, the code removes the pointer cursor when hovering over them because I removed the links
 * */

#ee-examples .mkdf-team h4 {
	font-size: 20px;
/* 	line-height: 1.35; */
}

#ee-examples .mkdf-team a:hover {
	cursor: default;
}

/* End custom CSS that reduces the font size on the EE examples on this page: https://sbccsummit.org/en/showcase-on-entertainment-education/ */

/* Start custom CSS that recreates the numbers inside the green circles on this page: https://sbccsummit.org/en/showcase-on-entertainment-education/ */

.mikado-progress-mobile {
	display: flex;
}

.mikado-progress-number {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 40px;
	height: 40px;
	background-color: #00c4b5;
	border-radius: 50%;
	margin-right: 20px;
}

.mikado-progress-number p {
	margin: 0;
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 7px;
}

/* End custom CSS that recreates the numbers inside the green circles on this page: https://sbccsummit.org/en/showcase-on-entertainment-education/ */