
div.course-has-expired {
    display: none;
}

/* Ensures list items in content have disc bullets */
.wpb_wrapper ul li {
    list-style-type: disc;
}

#header-outer {
	z-index: 11 !important;
}

.tutor-single-course-sidebar.tutor-sidebar-sticky {
	z-index: 10 !important;
}

.irea-tutor-button {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    background-color: #0040a1;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
}

.irea-tutor-button:hover {
    opacity: .85 !important;
    color: #fff;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
}

@media print {
    #header,
    #footer,
    #nav,
    #header-outer,
    #top,
    #footer-outer,
    #tlmsat-mark-attendance-wrap,
    aside,
    .tutor-course-thumbnail,
    #tutor-course-details-tab-info,
    .tutor-course-details-top,
    .tutor-snackbar-wrapper,
    #pojo-a11y-toolbar {
        display: none !important;
    }

    #enrolled-students h3 {
        display: none !important;
    }

    .tutor-course-details-header {
        margin-bottom: 0;
    }
}

/*---blog page -----*/

.page-id-24516 .container-wrap{
	padding-top:0px!important;
}

.wp-block-post {
	display: flex;
	flex-direction: column;
	height: 100%;
    }

.wp-block-query .wp-block-group {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin:50px auto;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	
}

 .wp-block-group .wp-block-post-excerpt__more-text a{
	align-self: flex-start;
	 padding: 20px 10px;
	margin-top: auto;
	text-decoration: underline;
	background-color: #0040a1;
	 color: white;
	 border-radius: 4px;
}