﻿.side-box {
    margin-top: 15px;
    height: 117px;
    background-color: #fff;
}

.side-box.is-follow-us {
    height: 243px;
}

.side-box > h2 {
    margin-bottom: 20px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: #ddd;
    color: #7c7c7c;
    font-size: 15px;
}

.side-box > h2 span:nth-of-type(2) {
    display: none;
    float: right;
}

    .side-box > h2 span:nth-of-type(2) > a {
        color: #762b90;
    }

@media only screen and (max-width: 619px) {
    .side-box > h2 span:nth-of-type(2) {
        display: inline-block;
    }
}

@media only screen and (min-width: 780px) {
    .side-box > h2 span:nth-of-type(2) {
        display: inline-block;
    }
}

.side-box .article.is-medium > div {
    width: 135px;
    width: 140px;
    width: 46.66666666666667%;
}

.side-box.is-tickets {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    background-color: #fff;
    height: auto;
}

.side-box.is-tickets ol {
    margin: 0 10px;
    list-style-position: inside;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

@media only screen and (min-width: 620px) {
    .side-box.is-tickets ol {
        font-size: 12px;
    }
}

@media only screen and (min-width: 800px) {
    .side-box.is-tickets ol {
        font-size: 14px;
    }
}

.side-box.is-tickets ol li {
    margin-bottom: 10px;
    list-style-position: inside;
    font-weight: 600;
}

.side-box.is-tickets ol li a {
    color: #762b90;
    font-weight: 700;
}