/*
 Theme Name:   bio Child
 Theme URI:    https://rachelistudio.co.il
 Description:  cusom GeneratePress child theme
 Author:       Racheli Tom Usborne
 Author URI:   https://rachelistudio.co.il
 Template:     generatepress
 Version:      0.1
*/

body {
    font-family: 'Assistant', sans-serif;
}

<link href="https://fonts.googleapis.com/css?family=Assistant" rel="stylesheet">

/*start*/
}
.wcs-timetable__list .wcs-class__inner-flex {
    width: 100%;
    text-align: right !important;
}
.wcs-timetable__list .wcs-class .wcs-class__meta {
	text-align: right !important;
}
.wcs-class__time-duration > span.timespan1 {
    display: flex;
    direction: ltr;
    float: right;
    width: 42px;
}
.wcs-timetable__list .wcs-class .wcs-class__image {
    width: 19.5vh !important;
	display:block !important;
}
.wcs-timetable__list .wcs-class .wcs-class__time {
    margin: 3vh 20px 3vh 20px !important;
}








@media (max-width: 770px) and (min-width: 300px) {
.wcs-timetable__list .wcs-class .wcs-class__image {
    width: 13.5vh !important;
    display: block !important;
    min-height: 122px;
    float: right;
}
html .wcs-timetable--5 .wcs-timetable--list .wcs-class__time {
    color: #5c307a;
    width: calc(100% - 156px);
    margin: 0 !important;
    text-align: center;
    float: right;
    font-size: 25px;
    font-weight: 700;
}
html .wcs-timetable__list .wcs-class .wcs-class__meta {
    color: #5c307a;
    width: calc(100% - 103px);
    margin: 0 !important;
    float: right;
    padding-right: 10px;
}
.wcs-timetable__list .wcs-class {
	display:block !important;
}
.elementor-5144 .elementor-element.elementor-element-c29681f > .elementor-element-populated {
    margin: 0px 0px 0px 0 !important;
}
.timespan2 {
	display:none;
	}
.timespan3 , .timespan4 {
    display: block;
    float: right;
    margin-bottom: 0;
    width: 100%;
}
.wcs-timetable__container h3 {
    font-size: 130% !important;
    line-height: 1.25;
}
.wcs-class__excerpt p {
	margin:0 ;
}
.wcs-timetable__list .wcs-class .wcs-class__action {
    margin: 0 0px 20px !important;
}
.wcs-class__inner-flex a {
	float:right;
	    margin-right: 110px;
		margin-top:6px;
}

}