.iw-lecture-list {
line-height: 1;
max-width: 1100px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
font-family: "Roboto", arial, sans-serif;
}
.iw-lecture-list-title {
}
.iw-lecture-list-items {
}
.iw-lecture-list-item {
padding: 1.2em;
border: 1px solid #eee;
}
.iw-lecture-list-item + .iw-lecture-list-item {
margin-top: 1.2em;
}
.iw-lecture-list-item-inner {
display: flex;
align-items: center;
}
.iw-lecture-list-item-date {
width: 60px;
height: 60px;
background-color: var(--iw-color-primary);
color: white;
border-radius: 4px;
display: flex;
flex-shrink: 0;
flex-direction: column;
align-items: center;
justify-content: center;
margin-right: 1em;
}
.iw-lecture-list-item-date-day {
font-size: 1.4em;
font-weight: 600;
margin-bottom: .25em;
}
.iw-lecture-list-item-date-month {
font-size: .9em;
}
.iw-lecture-list-item-date-full {
display: none;
}
.iw-lecture-list-item-lecturer {
display: none;
}
.iw-lecture-list-item-title {
min-width: 0;
flex: 1;
margin: 0;
font-size: 1rem;
}
.iw-lecture-list-item-title-value {
line-height: 1.4;
font-size: 1.2em;
color: inherit!important;
font-weight: 500;
text-decoration: none!important;
}
.iw-lecture-list-item-title-value:hover {
text-decoration: underline!important;
}
.iw-lecture-list-item-time {
}
.iw-lecture-list-item-time {
margin-right: 1em;
margin-left: auto;
}
.iw-lecture-list-item-time-cta {
margin-left: 1em;
flex-shrink: 0;
}
a.iw-lecture-list-item-time-cta-btn {
display: flex;
color: white!important;
background: var(--iw-color-primary) no-repeat url(//intellego.cz/wp-content/plugins/intellego-woocommerce/assets/img/chevron-right.png) right .7em center;
background-size: 8px auto;
border: 1px solid var(--iw-color-primary);
transition: all 171ms cubic-bezier(0, 0, 0.03, 0.87);
backface-visibility: hidden;
font-size: 14px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0px;
background-color: #4B7BBD;
border-radius: 8px;
padding: 1em 1.4em;
padding-right: 2em;
}
@media (min-width: 768px) {
.iw-lecture-list-item-time-cta-btn:hover {
background-position: right .55em center;
background-color: black;
border-color: black;
}
}
@media (max-width: 768px) {
.iw-lecture-list-item {
border-color: #ddd;
padding: .7em;
border-radius: 4px;
}
.iw-lecture-list-item-inner {
flex-wrap: wrap;
}
.iw-lecture-list-item-date {
order: 2;
width: 50px;
height: 50px;
}
.iw-lecture-list-item-date-day {
font-size: 1.15em;
}
.iw-lecture-list-item-date-month {
font-size: .8em;
}
.iw-lecture-list-item-title {
width: 100%;
flex: 1 1 100%;
margin-bottom: 1em;
}
.iw-lecture-list-item-title-value {
font-size: 1.2em;
}
.iw-lecture-list-item-time-cta {
order: 3;
margin-left: auto;
}
}
@media (max-width: 480px) {
.iw-lecture-list-item-time-cta {
width: 100%;
text-align: center;
margin: 1em 0 0 0;
}
.iw-lecture-list-item-date {
height: auto;
background: no-repeat;
color: inherit;
text-align: center;
width: 100%;
margin: 0;
}
.iw-lecture-list-item-date-full {
display: block;
font-weight: 600;
}
.iw-lecture-list-item-lecturer {
display: block;
width: 100%;
order: 3;
font-size: .9em;
text-align: center;
margin-top: .7em;
margin-bottom: .7em;
}
.iw-lecture-list-item-time-cta {
order: 4;
}
.iw-lecture-list-item-date-day,
.iw-lecture-list-item-date-month {
display: none;
}
}