/*
Theme Name:   TEST4U
Description:  Custom Theme For TEST4U
Author:       SA9E
Author URL:   https://test4u.co.za/web
Template:     tutorstarter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  TEST4U
*/

/* Write here your own personal stylesheet */

/*HIDDEN DEFAULT ELEMENTS*/
.footer-widgets{
	display: none
}

.navbar.navbar-right{
	grid-template-columns: auto auto auto;
}

.navbar-brand img{
	max-width: 30% !important;
}

header.header-default {
	position: sticky;
	top: 0;
	z-index:9999;
	transition: all 0.15s linear;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}

.page-id-14290 .header-default{
	display: none
}

.tutor-course-loop-level{
	background-color: #f1670f;
}

.elementor-element-fbbaf88{
	display:none;
}

/* QUIZ QUESTION */
/*__categorization__*/
.category_titles{
	padding-right: 10px;
	padding-left: 10px;
}

.category_col_container{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 20px;
	margin-top: 13px;
	margin-left: 0px;
	margin-right: 0px;
}

.category_col_title{
	font-size: 15px;
}


/* STUDENT QUIZ */
.question-content{
    margin-bottom: 30px;
}

.question_id, .question-type-hotspot{
    display: none;
}
