﻿
/* Seminar search control*/

.Find-a-LUMO-Seminar {
    font-weight: 500;
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.6px;
    color: #000000;
}

.Find-Seminar-Button {
    height: 54px;
    opacity: 0.9;
    border-radius: 2px;
    background-color: #333333;
    border: solid 1px #333333;
    width: 100%;
    margin-right: 0;
}

/* End seminar search control*/


.SeminarBlock {
    margin-top: 123px;
    margin-left: 115px;
    margin-right: 55px;
    margin-bottom: 60px;
}




.SeminarTitle {
    font-family: PlayfairDisplay;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #333333;
    display: block;
}

.SeminarSubtitle {
    font-family: PlayfairDisplay;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #333333;
    display: block;
}

.SeminarFullText {
    margin-top: 40px;
}

.SeminarPageFullText {
    height: 264px;
    font-family: Geomanist;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.5px;
    color: #5a5a5a;
    color: var(--brownish-grey);
}

.SeminarContainer {
    width: 100%;
}

.StartdateLabel {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.7px;
    color: #000000;
}

.EnddateLabel {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-align: right;
    color: #000000;
}

.SeminarLocationBlock {
    background-color: white;
    padding: 20px;
    margin-right: 5px;
    margin-top: 0;
}


.LocationBlockDates {
    font-family: Geomanist;
}

.LocationBlock {
    margin-top: 30px;
    margin-bottom: 0;
    height: 100px;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.4px;
    color: #000000;
}

.LocationLine {
    font-family: Geomanist;
    font-weight: normal;
}

.ContactLineLabel {
    font-weight: 500;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.PriceBlock {
    height: 30px;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.8px;
    color: #000000;
}


.ContactBlock {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 30px;
}

    .ContactBlock i {
        margin-right: 3px;
    }

.SeminarMailTo {
    color: #000000;
}

.TableBorder {
    background-color: rgb(247, 247, 247);
}

.TableSpacer {
    margin: 20px;
}

.SeminarRow:first-child {
    border-top: solid 2px rgb(230, 230, 230);
}
.SeminarRow:last-child {
    border-bottom: solid 2px rgb(230, 230, 230);
}
.SeminarRow {
    border-left: solid 2px rgb(230, 230, 230);
    border-right: solid 2px rgb(230, 230, 230);
}
.SeminarRow:nth-child(even) {
    background-color: rgb(255, 255, 255);
}

.SeminarRow:nth-child(odd) {
    background-color: rgb(247, 247, 247);
}

.SeminarMargins {
    margin-left: 20px;
    margin-right: 20px;
}

.SeminarTableTitleDiv {
    font-family: Geomanist;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #000000;
    display: block;
}

.SeminarTableSubTitleDiv {
    font-family: Geomanist;
    opacity: 0.6;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #000000;
    margin-top: 8px;
    display: inline-block;
}

.SeminarTableStartMonthDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 18px;
    line-height: 2.67;
    letter-spacing: 4px;
    text-align: center;
    color: #000000;
}

    .SeminarTableStartMonthDiv text {
        letter-spacing: normal;
    }

.SeminarTableStartDayDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}

.SeminarTableStartTimeDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 16px;
    font-weight: 300;
    line-height: 3;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
}

.SeminarTableArrowDiv {
    height: 27.8px;
}

    .SeminarTableArrowDiv i {
        opacity: 0.3;
        color: #444444;
        width: 100%;
    }

.SeminarTableEndMonthDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 18px;
    line-height: 2.67;
    letter-spacing: 4px;
    text-align: center;
    color: #000000;
}

    .SeminarTableEndMonthDiv text {
        letter-spacing: normal;
    }

.SeminarTableEndDayDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}

.SeminarTableEndTimeDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 16px;
    font-weight: 300;
    line-height: 3;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
}

.SeminarMasterAvatar {
    width: 100%;
    max-height: 50px;
    text-align: center;
}

    .SeminarMasterAvatar img {
        width: 50px;
        height: 50px;
    }

.SeminarTableMasterNameDiv {
    font-family: Geomanist;
    height: 37px;
    font-size: 18px;
    line-height: 2.67;
    letter-spacing: 0.5px;
    color: #000000;
}

.SeminarTableMasterLocationDiv {
    font-family: Geomanist;
    height: 30px;
    opacity: 0.3;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.4px;
    color: #000000;
}

.SeminarCell {
    height: 125px;
    padding: 0 11px 11px 11px;
    position: relative;
}

div.SeminarCell div.CenterVertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

div.SeminarCell div.CenterHorizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.verticalText {
    position: relative; 
    padding-left:0;
    margin:1em 0;
    min-height:120px;
    display: inline;
    margin-left: -22px;
}

.verticalText_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: -40px;
    top: 50px;
    position: absolute;
    color: white;
}

/* Start media queries */

@media (max-width: 1024px) {
    .SeminarBlock {
        margin-left: 0;
        margin-right: 0;
    }

    .SeminarLocationBlock {
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
