/*
Theme Name: Tutee First
Theme URI: https://tuteefirst.com
Description: Tutee first Child theme for Edu Press
Author: Denver Kunaka
Author URI: https://facebook.com/denverkwebmaster
Template: edu-press
Version: 1.0.0
*/
.thim-logo img{
	width: 64px;
	height: auto;
}
  .navbar-main-menu>li>a{
	font-weight: normal!important;
}
.footer .widget.widget_block{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 32px;
}
.tf-course-categories{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.tf-course-category{
	list-style: none;
	display: flex;
	flex: 1 1 240px;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	padding:64px;
	border: 2px solid var(--lp-secondary-color);
	border-radius: 16px;
	transition: box-shadow .3s;
}
.tf-course-category:hover{
	box-shadow: 0 0 16px var(--lp-secondary-color);
}
.tf-course-category__image{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	object-fit:cover;
}
.tf-course-category__title{
	font-size: 1.2rem;
}

@media (min-width: 768px) {
    .thim-logo img{
	width: 100px;
	height: auto;
}
}