/*
Theme Name:        Geeks Child
Theme URI:         https://geeks.madrasthemes.com/
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Geeks.
Requires at least: WordPress 5.0
Template:          geeks
Version:           1.2.11
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       geeks-child
Tags:              custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/

.text-inherit {
    color: #18113c !important; }
  
  a.text-muted:hover {
    color: #2c2161 !important; }
  
  a:hover .text-primary-hover {
    color: #2c2161 !important; }

.tutor-btn {
	font-size: 12px !important;
	}
  
.tutor-form-control {
    font-size: 13px;

}

.login form {
    min-height: 470px;
    padding: 45px;
    max-width: 350px;
    position: relative;
    box-shadow: 0 8px 40px rgba(0,0,0,.3);
    border-radius: 25px !important;
}


@media(max-width: 991px) {
	.navbar .user-profile {
		display: block !important;
		margin-top:10px;
	}
}

body,
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .quiz-builder-tab-container .h1, 
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .quiz-builder-tab-container h1, 
#courseForm.create-course .tutor-course-builder-section #tutor-course-content-builder-root .tutor-quiz-builder-modal-wrap .tutor-quiz-feedback-mode-option .tutor-quiz-feedback-option-option-title, 
#courseForm.create-course .tutor-course-builder-section .modal-header .modal-title .h1,
#courseForm.create-course .tutor-course-builder-section .modal-header .modal-title h1,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: "Inter", "sans-serif";
}


.tutor-video-embeded-wrap {
  position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
}

.tutor-video-embeded-wrap iframe, .tutor-video-embeded-wrap object, .tutor-video-embeded-wrap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 50%;
 height: 50%;
}

.card-content p {
  border: 0;
  box-shadow: 0 0px 0px rgba(3,0,71,.09);
  padding: 0rem !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f5f4f8;
  background-clip: border-box;
  border: 0px solid #f5f4f8;
  border-radius: 0.5rem;
}