/*Cantonese Service specific css */
#aboutnav {
    top: 40px;
    font-size: 16px;
}
.rfa-section #story_date {
    display: inline;
}
.single_column_teaser h2 {
    font-size: 1.25em;
}
.single_column_teaser p {
    font-size: 1em;
}
.teaserimg img {
    width: 160px;
    height: 90px;
}
.benar #morenewsColA .teaserimg img,
.benar #morenewsColB .teaserimg img {
    width: 100px;
    height: 56px;
}
.service_widetop_two_featured .two_featured h2,
.service_widetop_three_featured .three_featured h2 {
    font-size: 1.3em;
    margin-bottom: 0px;
}
.mosaic-tile-content h2 {
    line-height: 24px;
}
.rfa-section #topstorywidefulltease h2 {
    line-height: 27px;
}
.rfa-section .service_widetop_two_featured .two_featured p,
.rfa-section .service_widetop_three_featured .three_featured p,
.rfa-section .sectionteaser p{
    margin-top: 8px;
    line-height: 1.4;
}
#storytext p {
    line-height: 1.5;
}
/*========== Footer Logo Address==========*/
#footer-logo-address {
    background-image: url(/++theme++cantonese/footerlogoaddress.png);
}
/*========== Footer Logo Address END */

/*======Collection spesific style */

.mosaic-tile-content .existing-content-tile.collection_display .entries article.entry {
    width: 100%;
    border-bottom: 0.5px solid #999595;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    list-style-type: none;
    padding: 5px;
    margin-left: 0px
}
.mosaic-tile-content .existing-content-tile.wuhan_collection h2 {

    background: url('/cantonese/wuhan-smartfolder-image2.jpg');
    background-repeat: no-repeat;
    color: transparent !important;
    background-position: center;
    background-color: #fff !important;
    background-size: 100%;
    margin: 0 0 -10px 0;
    min-height: 60px;
}
.mosaic-tile-content .existing-content-tile.khmovement h2 {
 background: url('/cantonese/news/HKprotest_thin_banner.png');
    background-repeat: no-repeat;
    color: transparent !important;
    background-position: center;
    background-color: #fff !important;
    background-size: 100%;
    margin: 0 0 -10px 0;
    min-height: 60px;
}
/*======Collection spesific style end*/

.benar .mosaic-tile-content #topstorywidefull {
    background: #FFF;
    color: #000
}
.benar #topstorywidefull #topstorywidefulltease a {
    color: #036
}
.benar #topstorywidefulltease .has_audio {
    background-image: url("/++plone++rfa-resources/img/has-audio.png");
}
.benar #topstorywidefulltease .has_video {
    background-image: url("/++plone++rfa-resources/img/has-video.png");
}

/*====== responsive CSS */
@media only screen and (max-width: 992px) {
    #footer-logo-address {
        max-width : 980px;
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {

    #footer-logo-address {
        background: url(/++theme++cantonese/footerlogoaddress640.png);
        height: 250px;
        width : 100%;
        max-width : 640px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #aboutnav {
        visibility: visible !important;
    }
}
/*====== responsive CSS end*/