/*
Theme Name: Astra Child
Author: 
Description: Child theme for astra
Version: 1.0
Template: astra

This is the child theme for Astra theme.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.vp-outro-text p {
	font-size: 20px;
	text-align: center;
	background: #2178BE;
	border-radius: 5px;
}

/********* Group *********/

.uo-groups-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.wp-block-buttons.aligncenter {
    place-content: center
}

.woocommerce-form-register, .woocommerce-form-login, .woocommerce-form-register a, .woocommerce-form-login a {
    color: white;
}



.uo-group-item-img-div {
    height: 100px;
    padding: 15px;
}
.uo-groups-wrap .uo-group-item {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    min-height: 200px;
    border-radius: 15px;
    background: aliceblue;
    border: 1px solid rgba(0, 70, 129, 0.45);
    transition: 0.3s all ease-in-out;
}
.uo-group-item-title.uo-looks-like-h5 {
    padding: 15px;
}
.uo-groups-wrap .uo-group-item-img{
    width: 80px;
    height: 80px;
}
.uo-group-item-link .uo-looks-like-h3  {
    text-transform: capitalize;
    color: #004681;
    font-size: 18px;
}
.uo-group-item-seats .seats-cnt {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.uo-group-item-seats .seats-text {
    color: #fff;
}
.uo-group-item-seats {
    margin-top: 50px;
    background: #004681;
    width: 100%;
    padding: 5px 5px 5px 15px;
    border-radius: 0 0 13px 13px;
}

.uo-group-item-seats .seats-text {
    color: rgba(217, 237, 255, 0.8);
}
.uo-groups-wrap .uo-group-item:hover {
    background: #d1e2f1;
}


/******* Course *****/
.list-of-courses {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: flex-start;
}
.list-of-courses .uo-course-item {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    min-height: 200px;
    border-radius: 15px;
    background: aliceblue;
    border: 1px solid rgba(0, 70, 129, 0.45);
    transition: 0.3s all ease-in-out;
    position: relative;
    padding-bottom: 100px;
}
.list-of-courses .uo-course-item:hover
{
	background: #d1e2f1;
}
.uo-course-item-img-div
{
	height: 100px;
    padding: 15px;
}
.uo-course-item-title
{
	padding: 15px;
}
.uo-course-item-title .uo-looks-like-h3
{
	text-transform: capitalize;
    color: #004681;
    font-size: 18px;
} 
.uo-course-item-seats
{
	margin-top: 50px;
    background: #004681;
    width: 100%;
    padding: 5px 5px 5px 15px;
    border-radius: 0 0 13px 13px;
    position: absolute;
    bottom: 0;
}
.uo-course-item-seats .seats-cnt 
{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.uo-course-item-seats .seats-text
{
    color: rgba(217, 237, 255, 0.8);
    font-weight: 300;
}


.uo-groups-selector {
    
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
}
/*.uo-groups-selector:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 150px;
    background: #004681;
    bottom: -2px;
    left: 0;
}*/
/*.uo-groups .uo-groups-selector span,.uo-groups .uo-groups-selector h2
{
	color: #004681;
}*/
.group-table-heading {
    color: #004681 !important;
}

.uo-groups .uo-table .uo-table-cell {
    font-weight: 500;
}
.uo-groups-enrolled-users,.uo-groups-group-leaders {
    margin-top: 25px;
    padding: 15px;
    background: #f4faff;
    border-radius: 10px;
    border: 1px solid rgba(0, 70, 129, 0.2);
}



.uo-groups .uo-table .uo-table-content {
    font-size: 14px;
    
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 2em;
}
.pseudo-table-body {
    width: 100%;
}
.as-child-group-management-users .uo-course-item-title {
    background: #004681;
}
.as-child-group-management-users .uo-course-item-title .uo-looks-like-h3 {
    color: #fff;
    font-size: 33px;
}
span.as-child-user-action-sep {
    padding: 0 4px 0 2px;
}

a.as-child-user-action-view {
    text-decoration: underline;
    font-weight: 600;
}

.group-management-buttons__left .uo-btn.uo-btn-add-licenses {
    margin-right: 15px;
}
.uo-groups .uo-table .all-users-pseudo-table .uo-table-cell-1_2{
    width: 12%;
}
.uo-groups .uo-table .all-users-pseudo-table .courses.courses-list .user-course {
    display: inline-block;
    margin: 5px;
}
@media(max-width: 1100px)
{
	.uo-groups-wrap .uo-group-item,.list-of-courses .uo-course-item 
	{
    	width: calc(100% / 3 - 20px);
	}
}

@media(max-width: 991px)
{
	.uo-groups-wrap .uo-group-item,.list-of-courses .uo-course-item 
	{
    	width: calc(100% / 2 - 20px);
	}
}
@media(max-width: 767px)
{
	.jplist-panel.box.panel-bottom .uo-center button {
    padding: 4px 12px;
    font-size: 14px;
}
.uo-course-item-title .uo-looks-like-h3 {
    font-size: 26px;
}
.as-child-group-management-users .uo-course-item-title .uo-looks-like-h3 {
    color: #fff;
    font-size: 26px;
}
}
@media(max-width: 480px)
{
	.uo-groups-wrap .uo-group-item, .list-of-courses .uo-course-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .uo-groups .uo-looks-like-h3, .uo-groups h3 {
        font-size: 20px;
    }
    .as-child-group-management-users .uo-course-item-title .uo-looks-like-h3 {
        font-size: 21px;
    }
}


/*****Button CSS for Store and Product pages *****/

.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    border-radius: 0px;
   
}

/*****Spacing between primary content area and header*****/

#primary {
	margin-top: 0px;
}

