/*
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.36
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
*/

/* Prevent the Tutor sign-in modal from covering the registration forms. */
body.page-id-13 .tutor-login-modal,
body.page-template-tutor-instructor-registration .tutor-login-modal {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.page-id-13,
body.page-template-tutor-instructor-registration {
	overflow: auto !important;
}