

/* promo tiles */
.img-wrapper{
    position: relative;
}
.promo-link{
    font-family: 'Hind',sans-serif;
}
.promo-link .promo-slug{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 0px 22px;
    background: #ee1b34;
}

.promo-link .promo-text{
    text-transform: uppercase;
    line-height: 27px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding-left: 2px;
}

.promo-link .promo-slug .promo-icon{
    margin-top: 5px;
}

.promo-link .text-bottom{
    background: rgb(243,243,250);
    border-bottom: 2px solid white;
}

.promo-link .info-bar{
    background: rgb(243,243,250);
    padding: 0 20px;
}

.promo-link .img-wrapper{
    max-height: 250px;
    overflow: hidden;
}

.promo-link .time-stamp{
    display: inline-block;
    border-right: 1px solid #5a5a5f;
    padding-right: 9px;
    height: 19px;
    padding-top: 2px;
    vertical-align: top;
    margin-bottom: 3px;
    margin-top: 2px;
}

.promo-link .main-title-wrapper{
    color: white;
    font-weight: bold;
    font-size: 5vw;
    display: block;
    width: 80%;
    padding-left: 20px;
    line-height: 8.3vw;
    padding-top: 1px;
}

.promo-link .main-title{
    background: #5a5a5f;
    box-shadow: 20px 0 0 #5a5a5f, -20px 0 0 #5a5a5f;
    -moz-box-shadow: 20px 0 0 #5a5a5f, -20px 0 0 #5a5a5f;
    -webkit-box-shadow: 20px 0 0 #5a5a5f, -20px 0 0 #5a5a5f;
    -ms-box-shadow: 20px 0 0 #5a5a5f, -20px 0 0 #5a5a5f;
    -o-box-shadow: 20px 0 0 #5a5a5f, -20px 0 0 #5a5a5f;
}

.promo-link .clock-text{
    color: #5a5a5f;
    font-family: 'Abel',sans-serif;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    margin-left: -8px;
}

.promo-link .share-icon{
    border-right: 1px solid #5a5a5f;
    vertical-align: top;
    margin-top: 2px;
}

.promo-link span.gallery-and-video-embed, .promo-link span.video-embed, .promo-link span.gallery-embed{
    float: right;
}

.promo-tile-slot {
    margin-bottom: 23px;
}

/* promo tiles end */



/* celebrity news widget */
.celeb-news-widget{
    -moz-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    background: rgb(230,230,235);
    border-bottom: 1px solid rgb(181,181,181);
    margin-bottom: 23px;
}

.celeb-news-widget .celeb-news-header{
    height: 47px;
    border-bottom: 1px solid white;
    -moz-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    background: rgb(230,230,235);
    border-top: 1px solid rgb(181,181,181);
}

.celeb-news-widget .new-pink-logo{
    margin-left: 19px;
    margin-top: 13px;
}

.celeb-news-widget .new-logo-wrapper{
    display: inline-block;
}

.celeb-news-widget .celeb-headline{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Hind',sans-serif;
    float: right;
    color: #5a5a5f;
    font-weight: 600;
    line-height: 48px;
    padding-right: 8px;
    font-size: 17px;
}

.celeb-news-widget .arrow-wrapper{
    display: inline-block;
    width: 50px;
    height: 48px;
    vertical-align: top;
    background: #5a5a5f;
    float: right;
    margin-top: -1px;
}

.celeb-news-widget .arrow-wrapper:active{
    background: #eb203a;
}

.celeb-news-widget span.arrow-right-white{
    margin-top: 16px;
    margin-left: 21px;
}

.celeb-news-widget .celeb-news-content{
    padding: 12px;
    padding-bottom: 9px;
}


.celeb-news-widget .celeb-news-footer {
    height: 31px;
    border-top: 1px solid rgb(246, 246, 248);
}

.celeb-news-widget .celeb-news-footer .celeb-headline{
    text-transform: none;
    color: #5a5a5f;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 31px;
}

.celeb-news-widget .celeb-news-footer span.arrow-right-white {
    margin-top: 9px;
    margin-left: 20px;
}

.celeb-news-widget .celeb-news-footer .arrow-wrapper{
    height: 33px;
    width: 48px;
}

/* celeb news widget end */

/* external mini tiles */
.external-mini-tiles{
    padding: 12px;
    padding-bottom: 9px;
}

.external-mini-tiles .mini-tile .right-content{
    background: rgb(243,243,250);
}

.external-mini-tiles .mini-tile .info-bar{
    background: white;
}

.promo-slug.promo-express{
    background: black;
}

.promo-slug.promo-star{
    background: rgb(236,0,34);
}

/* external mini tiles end */



/* win widget */
.horoswipe-widget a.item {
    /* padding: 0px 12px 0px 0px;*/
    display: inline-table;
    vertical-align: top;
    position: relative;
    border-right: 1px solid white;
    box-sizing: border-box;
}

.horoswipe-widget a.item .item-inner {
    margin-right: 12px;
    width: 212px;
    height: 119px;
    padding-left: 8px;
    overflow: hidden;
}

a.item:nth-child(1) .item-inner{
    padding-left: 0;
}

a.item:last-child{
    border-right: none;
}

.swipe-container{
    display: block;
    -moz-box-shadow: inset 0 8px 0px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    -webkit-box-shadow: inset 0 8px 0px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    box-shadow: inset 0 8px 0px -8px rgba(135,135,135,1), inset 0 -8px 8px -8px rgba(135,135,135,1);
    background: rgb(230,230,235);
    border-bottom: 1px solid rgb(181,181,181);
    margin-bottom: 9px;
    padding: 12px;
    padding-bottom: 18px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swipe-container .img-wrapper{
    max-height: 138px;
    overflow: hidden;
}

.horoswipe-header{
    height: 47px;
    border-bottom: 1px solid white;
    -moz-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    box-shadow: inset 0 8px 8px -8px rgba(135,135,135,1), inset 0 0px 8px -8px rgba(135,135,135,1);
    background: rgb(230,230,235);
    border-top: 1px solid rgb(181,181,181);
    position: relative;
}

.win-widget .new-logo-wrapper {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.win-widget .promo-icon{
    margin-left: 23px;
    margin-top: 14px;
}

.win-widget .right-arrow-wrapper, .win-widget .left-arrow-wrapper {
    width: 53px;
    height: 28px;
    vertical-align: top;
    background: #3c3c41;
    float: right;
    position: absolute;
    right: 23px;
    top: 10px;
}

.win-widget .left-arrow-wrapper{
    right: 77px;
}

.win-widget .right-arrow-wrapper:active, .win-widget .left-arrow-wrapper:active{
    background: #eb203a;
}

.win-widget span.arrow-right-white {
    margin-top: 7px;
    margin-left: 24px;
}

.win-widget span.arrow-left-white{
    margin-top: 5px;
    margin-left: 23px;
}

.win-widget .horoswipe-headline {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Hind',sans-serif;
    color: #5a5a5f;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 21px;
    vertical-align: top;
    float: left;
}

.win-widget .text-bottom{
    position: absolute;
    bottom: 12px;
    left: 8px;
    width: 40%;
    background: #ce001a;
    color: white;
    text-transform: uppercase;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 14px;
    opacity: 0.75;
    font-family: 'Abel',sans-serif;
    font-weight: 100;
}

.win-widget .disabled-arrow{
    background:  #9c9c9f;
}

.win-widget .disabled-arrow:hover{
    background:  #9c9c9f;
}

.win-widget .arrow-wrapper{
    display: inline-block;
}


.win-widget .item:nth-child(1) .text-bottom{
    left:0;
}

/* win widget end */

@media only screen   and (max-width: 381px){
    .mini-tile .right-content{
        height: 24vw;
    }
}
