/*
 Theme Name:   Neve Child
 Theme URI:    https://themeisle.com/themes/neve/
 Description:  A child theme for Neve
 Author:       Your Name
 Author URI:   https://staging1.gr/
 Template:     neve
 Version:      1.0.0
*/

/* Add your custom CSS below this line */


.group-training-page {
    max-width: 700px;
    margin: auto;
    box-shadow: 0px 0px 7px 0px gray;
    margin-top: 50px;
    margin-bottom: 50px;
    
    @media(max-width:767px){
        margin-left: 5px;
        margin-right: 5px;
    }

    #field_1-0 > label{
        display: none;
    }
    .ui-datepicker-title{
        background-color: aqua;
    }
}

.footer-bottom{
    display: none;
}