.location-list .entry {
    margin: 0 0 20px;
}

.location-list .entry:last-of-type {
    margin: 0;
}

.location-list div.left {
    float: left;
    width: 30%;
}

.location-list div.right {
    float: right;
    width: 66%;
}

.location-list h2 {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
}

.location-list h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

.location-list p {
    margin: 0;
    line-height: 18px;
    font-size: 12px;
}

.location-detail {
    margin: -3px 0 0 0;
}

.location-detail .location-main-image {
    margin: 0 0 -38px;
}

.location-detail h2 {
    display: inline-block;
    margin: 0 0 20px -19px;
    padding: 0 20px 0 20px;
    line-height: 38px;
    color: #f0f1f2;
    font-size: 28px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
    background: #232425;
}

.location-detail h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 10px -19px;
    padding: 0 10px 0 20px;
    line-height: 20px;
    color: #313233;
    font-size: 12px;
    font-weight: 800;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; 
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
    background: #e4e5e7;
}

.location-detail h3:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e2000f;
}

.location-detail p {
    margin: 0 0 25px;
}

.location-detail .adress p {
    line-height: 20px;
    color: #313233;
    font-size: 13px;
}

.location-detail .adress a {
    color: #313233;
}

.location-detail .adress a:hover {
    color: #e2000f;
}

.location-detail .adress .left {
    width: 40%;
}

.location-detail .adress .right {
    width: 240px;
    text-align: right;
    word-wrap: break-word;
}

.location-detail .adress .right p {
    margin: 0;
}

.location-detail .adress .right p:last-of-type {
    margin: 0 0 25px;
}

.location-detail .adress .right .grey {
    float: left;
    width: 60px;
    color: #7d7e80;
    text-align: left;
}

.location-detail .adress .right .black {
    float: right;
    width: 180px;
}

.location-detail .events p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.location-detail .events p:last-of-type {
    margin: 0 0 25px;
}

.location-detail .events .day {
    color: #7d7e80
}

.location-detail .events .title {
    color: #e2000f
}

.location-detail .events .time {
    color: #313233
}

.location-detail .events .time:before {
    content: " · ";
}

.location-detail iframe {
    margin: 10px 0 0;
}

.location-category-list li {
    margin: 0 0 8px;
    list-style: none;
    width: 48%;
    float: left;
}

.location-category-list li:nth-child(2n) {
    margin-left: 4%;
}

.location-category-list span {
    float: left;
    line-height: 30px;
    color: #313233;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #c8cacc;
    background: #f0f1f2;
}

.location-category-list .name {
    position: relative;
    margin: 0 1% 0 0;
    padding: 0 10px;
    width: 69%;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    box-sizing: border-box;
}

.location-category-list .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    bottom: 1px;
    width: 30px;
    height: 2px;
    background: #e2000f;
}

.location-category-list .number {
    width: 30%;
    text-align: center;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    box-sizing: border-box;
}

.button.expand {
    width: 100%;
}

.content form {
    display: inline-block;
    width: 100%;
}