/* p, span, a, h5, ul, li, h4{
    font-family: Open Sans !important;
} */
#afisha h6{
    display: inline-block;
}
h5{
    font-weight: bold !important;
}


#afisha.theatre .afisha-item{
    background: url('/assets/img/common/building/theatre.jpg') #eee center bottom no-repeat !important;
}

.colored-main{
    color: #850000;
}
.afisha-adress{
    font-size: 14px;
    font-family: Open Sans !important;
}
.afisha-adress > p{
    margin-top: 1em;
}
.date-title{
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    /* padding-right: 20px; */
    width: 117px;
    text-align: center;
}
.article-info{
    display: inline-block;
    width: calc(100% - 130px);
    padding-bottom: 20px;
}
.afisha-group-title h1{
    font-size: 28px !important;
    height: 30px;
    margin-bottom: 20px;
}

#afisha .article-content p{
    margin-bottom: 10px;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    line-height: 20px;
}
#afisha .article-content h6{
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: top;
    height: auto !important;
    text-transform: lowercase;
}

.date-title .top{
    font-size: 50px !important;
}
.date-title .bottom{
    line-height: 32px;
    font-size: 20px;
}
.item-height{
    height: auto;
}

#afisha section.announcement-s {
  padding-top: 0;
  padding-bottom: 0;
}

#afisha section.afisha-top {
  padding-top: 120px;
}

#afisha .item-height{
    margin-bottom: 10px;
}
#afisha section.announcement-s p{
    overflow: visible;
    line-height: 26px;
}
#afisha section.announcement-s {
    padding: 0 !important;
}
.article-content.afisha{
    padding-top: 20px;
}
#afisha .afisha-item{
    padding: 20px 0;
}
/* strong, b{
    text-shadow: 0 0 1px #000;
} */

@media (max-width: 767px) {
    .date-title{
        width: auto;
    }
     #afisha .article-info{
        width: auto;
    }
    #afisha .afisha-item{
        padding: 20px 10px 0;
    }
    #afisha .article-content h6{
        width: auto;
        line-height: 1.5em;
            margin-top: 10px;
    }
    #afisha section.afisha-top{
        padding-top: 10px;
    }
    #afisha .main-title h1{
        /*line-height: 20px;*/
        text-transform: uppercase;
    }
    .afisha-group-title h1{
        padding: 20px 10px;
    }
}