/*
Theme Name: Anesta Child
Template: anesta
Theme URI: http://anesta.ancorathemes.com/
Description: Anesta is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

    #mm-online-learning{
        width: 80%;
        margin: auto;
    }
    
    .mm-online{
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .mm-online-qrcode {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    
    .mm-online-qrcode H3{
        margin: 0.2rem ;
    }
    
    .mm-online-qrcode img {
        width: 60%;
        max-width: 30em;
    }
    
    .mm-online-access {
        display: flex;
        flex-direction: column;
        justify-content:
            center;
        align-content: center;

        
    }
    
    .mm-online-access p {
        margin: 0;
        line-height: 2rem;
        overflow-wrap: break-word;
        

    }
    
    .mm-online-access p span {
        font-weight: 700;
    }
    
    @media screen and (max-width: 768px) {
        
        .mm-online-qrcode{
            width:80%;
        }
        
        .mm-online-qrcode img {
        width: 13rem;
        max-width: 13rem;
        }
        
        .mm-online-access p {
            line-height: 2rem !important ;
            }
    }

/* wp forms styling  */
/*
.mm-forms input[type="radio"] + label:before{
    display: none;
}

.mm-forms input[type="checkbox"]+ label:before{
    display: none;
}

.mm-forms input[type="radio"], .mm-forms input[type="checkbox"]{
    position: initial !important;
}

.mm-multiple-choices ul li:last-of-type{
    display: none !important;
}
*/

.mm-forms {
	padding-inline-start: unset;
}



/* Bus List */

.bus-list{
    width: 70%;
    max-width: 70%; 
}

.bus-list th {
    width: 15%;
}
.bus-list tr {
    text-align: center;
}