.secondary-font {
    font-family: var(--rt-secondary-font);
}

.container-padding {
    padding: .75rem;
}

figure.mask {
    margin-bottom: 0;
    display: block;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

img.mask, figure.img {
    display: block;
    width: 100%;
}


figure.mask img.original {
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
    position: absolute;
}



@media screen and (max-width: 767px) {
    img.mask {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .five-headline img.mask {
        height: 99px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .five-headline img.mask {
        height: 190px;
    }
    .main-headline img.mask {
        height: 300px;
    }

}

@media screen and (max-width: 767px) {
    .featured-news-slide img.mask {
        height: 435px;
    }
}

.post-caption {
    line-height: 24px;
    display: flex;
    padding: 10px 15px;
    background: #fff;
    height: 80px;
    align-items: center;
}

.post:hover img.original {
    filter: brightness(115%) contrast(115%);
}

.post:hover .post-caption a {
    color: #CA2527;
}

/*
@media screen and (max-width: 767px) {
    .post-caption h3 {font: 400 1.5rem/2rem 'Gibson',sans-serif!important;}
}
*/

.weather-widget.mini div[data-header="1"] .icon,
.parite-list div[data-header="1"] .weather-widget .icon
{
    width: 50px;
    height: 30px;
    display: block;
}

.weather-widget.mini select.mini-select {
    width: 170px;
    text-transform: uppercase;
}
.weather-widget.mini div[data-header="1"] .weather-degree {
    display: block;
    width: 60px; height: auto;
    text-align: right;
}


.parite-list.mini {
    display: block;
    width: 220px;
    height: 55px;
}

.parite-list .top-currency i.fa {
    width: 15px;
    height: 15px;
}

#parite .text-danger,
.parite-list.mini ul[data-header="4"] .text-danger {
    color: #ffc107!important;
}

#parite .text-success,
.parite-list.mini ul[data-header="4"] .text-success
{
    color: #abdc28!important;
}

#parite .color i {
    display: inline-block;
    width: 15px;
    height: 15px;
}


.prayer-times .time-box.bg-dark {
    color: #CEFFE5!important;
    background-color: #4BA978!important;
}

h1.headline {
    font-family: var(--rt-secondary-font);
}


@media screen and (min-width: 1024px) {
    h1.headline {
        letter-spacing: -2.3px;
        line-height: 1;
        font-size: var(--rt-h1-font-size);
        font-weight: 400;
        color: var(--bs-dark);
    }
}

@media screen and (max-width: 1024px) {
    h1.headline {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: -.8px;
        line-height: 1;
        color: var(--bs-dark);
    }
}


/* article font size */
.article-text, h2.description {
    font-size: 20px;
    line-height: 1.6;
    word-break: break-word;
}
.article-text img:not(.content-paragraph-image) {
    width: 100%!important;
    height: 100%!important;
}

.article-text a.internal_link {
    color: var(--rt-color)!important;
    font-weight: 500;
    text-decoration: underline;
}

.article-text iframe {
    width: 100%!important;
}


#infinityContainer {
    overflow: hidden;
}

.zoom-in-out {
    width: 40px;
    height: 40px;
    background-color: var(--bs-white);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 100%;
    font-size: 24px;
    cursor: pointer;
    color: var(--bs-dark);
}

.meta-category {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--bs-dark);
    height: 20px;
    display: flex;
}

.meta-info {
    color: var(--bs-gray-100);
}

@media screen and (min-width: 1024px) {
    .meta-info {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .meta-info {
        font-size: 12px;
    }
}


.meta-info span {
    margin-right: 5px;
}

.meta-info span:not(:first-child)::before
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--bs-gray-300);
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    margin: 0 8px 2px 2px;
    padding: 2px;
    transform: rotate(-45deg);

}

.breadcrumb_link {
    color: var(--bs-dark);
}

.breadcrumb_link+.breadcrumb_link::before
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--bs-dark);
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    margin: 0 8px 2px 2px;
    padding: 2px;
    transform: rotate(-45deg);
}


@media screen and (max-width: 767px) {
    .news-tags {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }
    .news-tags::-webkit-scrollbar {
        display: none;
    }
}
.news-tags__link {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: var(--bs-gray-200);
    color: --bs-dark;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.56px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 15px;
}
.news-tags__link:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .news-tags__link {
        margin-right: 0;
    }
    .news-tags__link + .news-tags__link {
        margin-left: 10px;
    }
}
@media screen and (max-width: 1399px) {
    .news-tags__link {
        font-size: 13px;
    }
}


@media screen and (max-width: 767px) {
    .meta-author {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }
    .meta-author::-webkit-scrollbar {
        display: none;
    }
}

.meta-author {
    font-size: .75rem;
    line-height: 1.3;
    display: flex;
    position: relative;
    padding: 10px 0;
}

.meta-author .box:first-child {
    padding-left: 0;
}


.meta-author .box {
    display: flex;
    padding: 0 15px;
    border-right: 1px solid var(--bs-gray-400);
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.meta-author .box:last-child {
    border-right: none;
}

.meta-author .info {
    font-size: .625rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


@media screen and (max-width: 767px) {
    .share-area {
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }
    .share-area::-webkit-scrollbar {
        display: none;
    }
}


.social-buttons a {
    height: 34px;
    width: 34px;
}


.post-flash {
    margin: 20px 0;
    clear: both;
    display: d-flex;


}


h3.post-flash__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 18px;
    height: 24px;
    letter-spacing: -.02px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.post-flash__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .post-flash__content {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.post-flash__content img {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 183px;
}

@media screen and (max-width: 575px) {
    .post-flash__content img {
        width: 100px;
    }
}

.post-flash__heading, .post-flash__heading2 {
    display: flex;
    align-items: center;
    padding: 20px;
    width: -webkit-calc(100% - 183px);
    width: calc(100% - 183px);
}

@media screen and (max-width: 575px) {
    .post-flash__heading, .post-flash__heading2 {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}

.post-flash__h4 {
    font-family: var(--rt-secondary-font);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: -webkit-box;
    font-size: 28px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
    .post-flash__h4 {
        font-size: 20px;
        line-height: 22px;
        max-height: 76px;
    }
}

@media screen and (max-width: 767px)  {
    .post-flash__h4 {
        -webkit-line-clamp: 3;
        max-height: 112px;
    }
}

/* STORIES */
.stories.snapgram .story > .item-link {
    text-decoration: none;
}
.stories.snapgram .story > .item-link > .item-preview {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.stories.snapgram .story > .item-link > .item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.stories.snapgram .story.seen {
    opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
    background: #999;
}
.stories.snapgram .story.seen > a {
    color: #999 !important;
}

#story-line .storiesWrapper {
    max-width: 510px;
    margin: 0 auto;
    font-size: 11px;
    width: 100%!important;
    display: block;
    height: 115px;
}

@media (min-width: 768px) and (max-width: 1024px){
    #story-line .storiesWrapper {
        max-width: 100%;
        height: 130px;
    }
}


#story-line .storiesWrapper::-webkit-scrollbar {
    display: none;
}

.story>.item-link>.info .name
{
    font-size: 15px;
    font-family: var(--rt-secondary-font);
    text-transform: uppercase;
    font-weight: bold!important;
    color: var(--bs-dark);
}

#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
    margin-right: 50px;
}

#zuck-modal-content .story-viewer .tip {
    font-family: var(--rt-secondary-font);
    background: rgba(0,0,0,.5);
    border-radius: 0!important;
    bottom: 30px;
    color: #fff;
    display: none;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
    z-index: 1000;
    letter-spacing: -.8px;
    line-height: 1;
}

@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .tip {
        font-size: 35px;
        padding: 30px 12px;
    }
}


header.sticky-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 199;
}
header.slideUp {
    transition: transform .3s ease-out;
}
header.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s ease-out;
}
.header-1.slideUp {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
.header-2.slideUp,
.header-6.slideUp
{
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}
.header-4.slideUp {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.header-7.slideUp {
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
}
