﻿#headline h2 { margin: 0; padding: 0; line-height: 100%; color: #ffffff; display: inline-block; vertical-align: top; line-height: 39px; font-size: 350%; font-family: 'almoni-tzar-aaa-bold','almoni-neue-aaa-400'; }
.mainBody { max-width: 960px; padding: 30px; background-color: #f5f5f5; margin-bottom: 0; }
#GalleryView ul { padding-right: 10px; }


.member-details { overflow: hidden; border-bottom: 1px solid #d3d3d3; padding-bottom: 30px; margin-bottom: 20px; }
    .member-details #headline { padding-right: 10px; margin-bottom: 10px; }
        .member-details #headline h1 { color: #252525; font-size: 200%; }
        .member-details #headline:before { content: ""; width: 5px; height: 100%; top: 50%; position: absolute; background-color: #3d8525; display: inline-block; transform: translateY(-50%); }
    .member-details .MemberRight { float: right; width: calc(100% - 205px); }
    .member-details .MemberLeft { float: left; width: 205px; padding-right: 10px; }
        .member-details .MemberLeft img { width: 100%; }

#GalleryView ul { list-style: none; }
    #GalleryView ul > li { position: relative; }
    #GalleryView ul:not(.shows-list) > li:before { content: ""; position: absolute; top: 8px; right: -10px; width: 5px; height: 5px; background-color: #252525; border-radius: 50%; }

.mobileMemberDetails { float: right; margin-top: 20px; }

@media(max-width: 767px) {
    #lobby { margin-bottom: 0; }
    .mainBody { margin-top: 10px; padding: 30px 20px; }
    .member-details { padding-bottom: 20px; margin-bottom: 15px; }
        .member-details .MemberRight { float: right; width: 60%; height: 134px; padding-left: 20px; position: relative; }
        .member-details .MemberLeft { float: left; width: 40%; }
        .member-details #headline { position: absolute; width: 100%; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
            .member-details #headline h1 { font-size: 180%; }
    #headline h2 { width: 90%; line-height: 100%; font-size: 250%; line-height: 26px; }
    #headline:before { height: auto; top: 0px; bottom: 0px; }

    
}
@media(max-width:320px) {
    #headline h2 { font-size: 240%; }
}

.showBoxLink { position: relative; }
.showItemBox-image { width: 150px; position: relative; display: inline-block; }
    .showItemBox-image:after { content: ""; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0)); position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 0; }
.showBoxLink-title { position: absolute; bottom: 0; color: #fff; right: 7px; left: 7px; height: 50px; z-index: 1; font-family: 'almoni-tzar-aaa-bold','almoni-neue-aaa-400'; font-size: 90%; }
#GalleryView ul.shows-list li { display: inline-block; margin-left: 22px; margin-bottom: 22px; }
#GalleryView ul.shows-list { padding-right: 0; }

@media(max-width:767px) {
    #GalleryView ul.shows-list li { margin: 0 7px 14px 8px; }
    .showItemBox-image { width: calc(50vw - 38px); }
}
