/*
Theme Name: Spacious Pro Child
Template: spacious-pro
Author: Nick Waters
Description: Used for the Florida Solar Energy Apprentice site
Version: 1.0
Updated: 2023-02-21 12:00:00
*/

.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100% !important;
}

/*for the presentations exported from iSpring from PowerPoint*/
.fsec-content {
    height: 750px;
    width: 100%;
}
/*So the lesson content can be wider, allowsing the presentations to be wider*/
body{
--wp--custom--layout--content-size: 1500px !important;
}

/*Fill in the blank questions, so the line doesn't extend the entire width of the page*/
.gapfill-answer {
    white-space: nowrap;
    width: 5em;
}

.gapfill-answer-gap {
    text-align: right;
}


/* Fixing the fonts and margins of questions*/
.quiz form #sensei-quiz-list li h2 {
    font-size: medium !important;
    font-weight: 700 !important;
}

.sensei-lms-question-block__header {
    margin-bottom: 0 !important;
}

.sensei-lms-question-block__header span.grade {
    visibility: hidden !important;
}

ul {
list-style: disc;
margin-bottom: 15px;
margin-left: 15px;
}

ul li ul li{
    list-style: circle;
}

.menu-primary-container ul {
    list-style: none;
}

.product_meta {
    opacity: 0;
    display: none;
}

li.previous, li.next {
    list-style: none;
}

/* size down product images and center them in the space they would have taken up*/
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images
{
    width: 400px;
    margin-left: 92px;
}

li.status-completed a svg {
    color: green;
}

.wp-block-sensei-lms-course-outline-lesson.completed svg.wp-block-sensei-lms-course-outline-lesson__status,
.wp-block-sensei-lms-course-outline-module__progress-indicator.completed{
color: white !important;
background-color: green !important;
}

/* registration form */
.required:after {
    content:" *";
    color: red;
}

.required {
    color: red;
}
